Information about plays

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

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

{
    "id": 378927,
    "uri": "https://api.kexp.org/v2/plays/378927/?format=api",
    "airdate": "2019-09-10T01:07:00-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Halcyon + On + On",
    "track_id": "045ad91a-4a38-4718-922b-0bb164f95485",
    "recording_id": null,
    "artist": "Orbital",
    "artist_ids": [
        "f3e2a7d9-c6bb-4848-95e5-04c0a1e2f511"
    ],
    "album": "Orbital 2",
    "release_id": "912eea67-f250-4584-8905-65d9bb003795",
    "release_group_id": null,
    "labels": [
        "FFRR"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song has been featured on a wide range of movie soundtracks, most notably Mortal Kombat, Hackers, CKY2K, and Mean Girls.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}