Information about plays

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

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

{
    "id": 1290773,
    "uri": "https://api.kexp.org/v2/plays/1290773/?format=api",
    "airdate": "2007-10-14T05:51:42-07:00",
    "show": 22583,
    "show_uri": "https://api.kexp.org/v2/shows/22583/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/619363gmbGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/619363gmbGL._SL75_.jpg",
    "song": "Istanbul (not Constantinople)",
    "track_id": "220fc1cf-aa4b-48ea-a066-76c5f3ffa891",
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "A User's Guide to They Might Be Giants",
    "release_id": "d210efaf-173e-4527-8974-1b44d184e2ac",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}