Information about plays

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

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

{
    "id": 431938,
    "uri": "https://api.kexp.org/v2/plays/431938/?format=api",
    "airdate": "2001-06-06T14:11:15-07:00",
    "show": 7266,
    "show_uri": "https://api.kexp.org/v2/shows/7266/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61U1X7oAOPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61U1X7oAOPL._SL75_.jpg",
    "song": "Venus Mysterious",
    "track_id": "301704f8-7c6b-4712-89c6-f020582553f3",
    "recording_id": null,
    "artist": "Seksu Roba",
    "artist_ids": [
        "249ac78c-e774-4524-ad9e-0082a7a767cf"
    ],
    "album": "Seksu Roba (Crippled Dick Hot Wax)",
    "release_id": "e3b50e3c-2393-4a93-9abb-c57433d4d5b2",
    "release_group_id": null,
    "labels": [
        "Crippled Dick Hot Wax!"
    ],
    "label_ids": [
        "ce51c83a-1258-4def-a059-6fa9200765f2"
    ],
    "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"
}