Information about plays

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

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

{
    "id": 382906,
    "uri": "https://api.kexp.org/v2/plays/382906/?format=api",
    "airdate": "2019-09-19T09:45:00-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "http://coverartarchive.org/release/0a81b038-7229-48d6-9719-a8db130a2601/21521748714-250.jpg",
    "thumbnail_uri": "",
    "song": "Jet Fighter",
    "track_id": "a8254934-ad56-3cab-a207-923673577dfa",
    "recording_id": null,
    "artist": "The Three O'Clock",
    "artist_ids": [
        "68c6d2ae-36a7-4bf6-92fd-687355ef18e8"
    ],
    "album": "Sixteen Tambourines",
    "release_id": "0a81b038-7229-48d6-9719-a8db130a2601",
    "release_group_id": null,
    "labels": [
        "Frontier Records"
    ],
    "label_ids": [
        "93450244-634f-4144-9f1f-8eec94999261"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally formed as The Salvation Army, but had to change names shortly afterwards due to legal conflict with the actual Salvation Army",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}