Information about plays

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

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

{
    "id": 1356637,
    "uri": "https://api.kexp.org/v2/plays/1356637/?format=api",
    "airdate": "2008-03-31T20:45:36-07:00",
    "show": 23694,
    "show_uri": "https://api.kexp.org/v2/shows/23694/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BHJuKW6sL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BHJuKW6sL._SL75_.jpg",
    "song": "Rehema",
    "track_id": "c2dc8f3e-5b52-4176-9ec3-33cf0408fb76",
    "recording_id": null,
    "artist": "Mlimani Park Orchestra",
    "artist_ids": [
        "027278b2-809b-4a4d-a671-8d6a9a6b3f0d"
    ],
    "album": "The Rough Guide to the Music of Tanzania",
    "release_id": "5698b51c-e76b-4ba6-b705-19520a267bf0",
    "release_group_id": null,
    "labels": [
        "World Music Network"
    ],
    "label_ids": [
        "b1de0cf1-6c3f-4f61-a846-e321a5beb73a"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}