Information about plays

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

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

{
    "id": 1294875,
    "uri": "https://api.kexp.org/v2/plays/1294875/?format=api",
    "airdate": "2007-10-25T00:26:49-07:00",
    "show": 22653,
    "show_uri": "https://api.kexp.org/v2/shows/22653/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LZEJ5rKgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LZEJ5rKgL._SL75_.jpg",
    "song": "Keen on Boys",
    "track_id": null,
    "recording_id": null,
    "artist": "The Radio Dept.",
    "artist_ids": [
        "e664d1cd-23ab-48d5-b8fa-e98485daa5be"
    ],
    "album": "Lesser Matters",
    "release_id": "17c8235d-294c-404e-baa4-be6dfa163e9e",
    "release_group_id": null,
    "labels": [
        "Shelflife Records"
    ],
    "label_ids": [
        "18315516-03ff-420a-9eb8-69372e9bb9d1"
    ],
    "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"
}