Information about plays

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

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

{
    "id": 446742,
    "uri": "https://api.kexp.org/v2/plays/446742/?format=api",
    "airdate": "2001-07-19T17:40:00-07:00",
    "show": 7547,
    "show_uri": "https://api.kexp.org/v2/shows/7547/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xP9uER4PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xP9uER4PL._SL75_.jpg",
    "song": "Academy Flight Song",
    "track_id": "9a8479ef-9a15-45c5-951a-edfb68e80971",
    "recording_id": null,
    "artist": "No Knife",
    "artist_ids": [
        "cc4a7417-ad9f-4fea-8ad5-d60ed88b4b04"
    ],
    "album": "Fire In The City of Automatons",
    "release_id": "4fbf62b9-6111-4898-a0ea-d7fa3fde6896",
    "release_group_id": null,
    "labels": [
        "Time Bomb Recordings"
    ],
    "label_ids": [
        "b66d4a99-a5b1-4c7c-9a78-cd8f312cda4a"
    ],
    "release_date": "1998-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}