Information about plays

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

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

{
    "id": 1385708,
    "uri": "https://api.kexp.org/v2/plays/1385708/?format=api",
    "airdate": "2008-06-14T21:34:43-07:00",
    "show": 24190,
    "show_uri": "https://api.kexp.org/v2/shows/24190/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Auckland Is Burning",
    "track_id": "4287cedf-a4e2-4d99-b4e9-3d06922e8687",
    "recording_id": null,
    "artist": "Die! Die! Die!",
    "artist_ids": [
        "f9b3d5a8-11eb-4f4e-a59a-1e8f30135921"
    ],
    "album": "Die! Die! Die!",
    "release_id": "3d82dc59-45be-4955-b20d-2ebdf3c2b7d6",
    "release_group_id": null,
    "labels": [
        "s.a..f."
    ],
    "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"
}