Information about plays

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

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

{
    "id": 348006,
    "uri": "https://api.kexp.org/v2/plays/348006/?format=api",
    "airdate": "2019-06-29T23:12:00-07:00",
    "show": 5793,
    "show_uri": "https://api.kexp.org/v2/shows/5793/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In My Eyes",
    "track_id": "10679851-74f1-3017-b7e4-997a4815348a",
    "recording_id": null,
    "artist": "Minor Threat",
    "artist_ids": [
        "09037f07-42bc-46ac-a1ee-37f834451fee"
    ],
    "album": "Complete Discography",
    "release_id": "f1143034-fc69-313f-995e-5b11621505b0",
    "release_group_id": null,
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}