Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/534313/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 534313,
    "uri": "https://api.kexp.org/v2/plays/534313/?format=api",
    "airdate": "2002-04-03T18:54:00-08:00",
    "show": 9256,
    "show_uri": "https://api.kexp.org/v2/shows/9256/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31Q3ME674PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31Q3ME674PL._SL75_.jpg",
    "song": "Texas Me",
    "track_id": "aba36ba5-c0ba-4866-8eb7-3d621db5c47d",
    "recording_id": null,
    "artist": "Doug Sahm",
    "artist_ids": [
        "b4745bd1-5db8-4523-8986-e09e3c1f3127"
    ],
    "album": "The Return of Wayne Douglas",
    "release_id": "540c4fe0-05af-4859-8d1f-491ca9533965",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}