Information about plays

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

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

{
    "id": 374118,
    "uri": "https://api.kexp.org/v2/plays/374118/?format=api",
    "airdate": "2019-08-29T18:08:00-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If I Could Only Win Your Love",
    "track_id": "9d0e19f5-1fe6-3ae9-8edf-91b5ca183d08",
    "recording_id": null,
    "artist": "The Louvin Brothers",
    "artist_ids": [
        "8b604d4b-1170-4225-bc9e-d8276d94402e"
    ],
    "album": "When I Stop Dreaming: The Best of the Louvin Brothers",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [
        "4b54d76e-7bf0-4988-9a17-1d9e212bb5e4"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}