Information about plays

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

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

{
    "id": 379754,
    "uri": "https://api.kexp.org/v2/plays/379754/?format=api",
    "airdate": "2019-09-12T00:20:37-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "http://coverartarchive.org/release/d6f5ce81-3f3a-444e-a3cb-b6ad3010d5fd/19799354685-250.jpg",
    "thumbnail_uri": "",
    "song": "Allocate",
    "track_id": "20aab69f-78d2-4ac1-a38c-34db0a4713c5",
    "recording_id": null,
    "artist": "Damien Jurado",
    "artist_ids": [
        "f4805b9d-68f8-438e-8f13-ec7bcb4c8581"
    ],
    "album": "The Horizon Just Laughed",
    "release_id": "d6f5ce81-3f3a-444e-a3cb-b6ad3010d5fd",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2018-05-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tune into the Morning Show today to win tickets to see Damien Jurado at the Tractor on 10/3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}