Information about plays

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

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

{
    "id": 417244,
    "uri": "https://api.kexp.org/v2/plays/417244/?format=api",
    "airdate": "2001-04-22T19:49:24-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61YKl%2Bxu8uL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61YKl%2Bxu8uL._SL75_.jpg",
    "song": "One Blood Under W",
    "track_id": "a7a5b14c-a0c8-49e1-9adb-87e1d018ce7c",
    "recording_id": null,
    "artist": "Wu‐Tang Clan",
    "artist_ids": [
        "0febdcf7-4e1f-4661-9493-b40427de2c13"
    ],
    "album": "Disciples of the 36 Chambers: Chapter 1",
    "release_id": "5367fea9-d82f-4a5b-b6b0-43ac6a20ec6c",
    "release_group_id": null,
    "labels": [
        "Loud"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}