Information about plays

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

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

{
    "id": 1375293,
    "uri": "https://api.kexp.org/v2/plays/1375293/?format=api",
    "airdate": "2008-05-17T17:43:34-07:00",
    "show": 24004,
    "show_uri": "https://api.kexp.org/v2/shows/24004/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511Iw4aV0AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511Iw4aV0AL._SL75_.jpg",
    "song": "All the Young Dudes",
    "track_id": null,
    "recording_id": null,
    "artist": "Mott the Hoople",
    "artist_ids": [
        "435f1441-0f43-479d-92db-a506449a686b"
    ],
    "album": "All the Young Dudes",
    "release_id": "8b08c865-5b86-4300-943c-3789bf73c0e5",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1972-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}