Information about plays

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

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

{
    "id": 1386070,
    "uri": "https://api.kexp.org/v2/plays/1386070/?format=api",
    "airdate": "2008-06-15T21:46:56-07:00",
    "show": 24198,
    "show_uri": "https://api.kexp.org/v2/shows/24198/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Illuminations",
    "track_id": "1311ebb8-95ce-4525-9174-e365adf0ff29",
    "recording_id": null,
    "artist": "Tape",
    "artist_ids": [
        "cd0ec348-c968-40a7-ac67-0b0e464b704b"
    ],
    "album": "Luminarium",
    "release_id": "3324ed5e-5b34-4831-a22d-ae1ab92611ba",
    "release_group_id": null,
    "labels": [
        "Häpna"
    ],
    "label_ids": [
        "d5faaa4d-e2c6-4c93-8110-19b939b8678b"
    ],
    "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"
}