Information about plays

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

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

{
    "id": 378664,
    "uri": "https://api.kexp.org/v2/plays/378664/?format=api",
    "airdate": "2019-09-09T08:42:45-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "http://coverartarchive.org/release/c85ae277-aba4-3634-8adc-08583a536b6d/13428684382-250.jpg",
    "thumbnail_uri": "",
    "song": "Drive That Fast",
    "track_id": "4d74dede-a458-30a2-ab1c-511a62c5457e",
    "recording_id": null,
    "artist": "Kitchens of Distinction",
    "artist_ids": [
        "edffc348-5d61-4782-ac0b-8cb698810fbe"
    ],
    "album": "Strange Free World",
    "release_id": "c85ae277-aba4-3634-8adc-08583a536b6d",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kitchens of Distinction is from Tooting, South London! (Teehee!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}