Information about plays

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

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

{
    "id": 415659,
    "uri": "https://api.kexp.org/v2/plays/415659/?format=api",
    "airdate": "2001-04-17T08:56:28-07:00",
    "show": 6935,
    "show_uri": "https://api.kexp.org/v2/shows/6935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Begin Again",
    "track_id": "2afae8e5-1a93-4b9c-af55-70195dac7637",
    "recording_id": null,
    "artist": "Yellow Second",
    "artist_ids": [
        "a8437ff7-8dab-4b6d-bf2b-5acc5667e560"
    ],
    "album": "June One",
    "release_id": "34b20ccd-5ce5-4b31-bdd2-fff1bc514fe8",
    "release_group_id": null,
    "labels": [
        "Self-Release"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}