Information about plays

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

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

{
    "id": 431265,
    "uri": "https://api.kexp.org/v2/plays/431265/?format=api",
    "airdate": "2001-06-04T15:13:20-07:00",
    "show": 7254,
    "show_uri": "https://api.kexp.org/v2/shows/7254/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21HQ01ZKNGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21HQ01ZKNGL._SL75_.jpg",
    "song": "Pink and Green",
    "track_id": "c02e4933-9381-4e2b-9b74-36d7c2aa24a7",
    "recording_id": null,
    "artist": "ZERO ZERO",
    "artist_ids": [
        "a834e3b1-15af-4e3f-baec-7d8c8e837731"
    ],
    "album": "AM Gold",
    "release_id": "c4aa589b-11fa-49a9-b633-3f8729203d96",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "2001-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}