Information about plays

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

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

{
    "id": 1298825,
    "uri": "https://api.kexp.org/v2/plays/1298825/?format=api",
    "airdate": "2007-11-05T16:31:38-08:00",
    "show": 22727,
    "show_uri": "https://api.kexp.org/v2/shows/22727/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517obmJxHaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517obmJxHaL._SL75_.jpg",
    "song": "Ice Cream",
    "track_id": null,
    "recording_id": null,
    "artist": "Muscles",
    "artist_ids": [
        "a95d02ac-40ab-4551-aa3c-cd12d201ace4"
    ],
    "album": "Guns Babes Lemonade",
    "release_id": "2e33ac76-465c-4a72-bf34-4e95620c3190",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2007-10-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}