Information about plays

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

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

{
    "id": 424456,
    "uri": "https://api.kexp.org/v2/plays/424456/?format=api",
    "airdate": "2001-05-14T21:51:25-07:00",
    "show": 7119,
    "show_uri": "https://api.kexp.org/v2/shows/7119/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RF0lhRATL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RF0lhRATL._SL75_.jpg",
    "song": "Big Cat",
    "track_id": "bdf66b4d-c09a-4f01-be4b-815b156b924c",
    "recording_id": null,
    "artist": "Afro Celt Sound System",
    "artist_ids": [
        "2f0baf2a-bfa7-4116-8c75-8240aed74553"
    ],
    "album": "Volume 2: Release",
    "release_id": "08e0b584-0c13-477c-aca5-a14747b13106",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1999-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}