Information about plays

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

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

{
    "id": 1233188,
    "uri": "https://api.kexp.org/v2/plays/1233188/?format=api",
    "airdate": "2007-05-19T18:47:00-07:00",
    "show": 21602,
    "show_uri": "https://api.kexp.org/v2/shows/21602/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roll Down",
    "track_id": "e8237554-ac34-46a0-8680-92e50e774bc2",
    "recording_id": null,
    "artist": "Saturna",
    "artist_ids": [
        "04640994-0db4-46ae-93b9-5946ebf5bddb"
    ],
    "album": "Some Delicious Enemy",
    "release_id": "ddc6e9ed-1087-4404-9d2d-93834378d948",
    "release_group_id": null,
    "labels": [
        "Nexus Underground"
    ],
    "label_ids": [
        "36cc6a17-fb30-4648-ba9f-ddba0137a3c9"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}