Information about plays

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

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

{
    "id": 1360726,
    "uri": "https://api.kexp.org/v2/plays/1360726/?format=api",
    "airdate": "2008-04-11T00:45:39-07:00",
    "show": 23760,
    "show_uri": "https://api.kexp.org/v2/shows/23760/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31HGs2jI7dL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31HGs2jI7dL._SL75_.jpg",
    "song": "Ursa Minor, Ursa Major",
    "track_id": "d9a1e06a-6c6f-47b3-b73d-36e79de52efe",
    "recording_id": null,
    "artist": "Tarentel",
    "artist_ids": [
        "b1264c05-e85e-47f4-8d05-da443eedc8f3"
    ],
    "album": "From Bone to Satellite",
    "release_id": "8eadaddc-2847-49a7-8364-1e82604523c1",
    "release_group_id": null,
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}