Information about plays

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

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

{
    "id": 454984,
    "uri": "https://api.kexp.org/v2/plays/454984/?format=api",
    "airdate": "2001-08-12T22:00:00-07:00",
    "show": 7704,
    "show_uri": "https://api.kexp.org/v2/shows/7704/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4100WSTYSQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4100WSTYSQL._SL75_.jpg",
    "song": "Street Blues",
    "track_id": "ebcec95e-8525-40be-81b0-0ac0b2c926ba",
    "recording_id": null,
    "artist": "Ornette Coleman & Prime Time",
    "artist_ids": [
        "f29f7c31-33b2-4b27-b4ee-6102a826f2fd"
    ],
    "album": "Tone Dialing",
    "release_id": "b107e97b-35c3-453a-8e30-72fecd1147e8",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}