Information about plays

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

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

{
    "id": 371289,
    "uri": "https://api.kexp.org/v2/plays/371289/?format=api",
    "airdate": "2019-08-23T12:44:39-07:00",
    "show": 6184,
    "show_uri": "https://api.kexp.org/v2/shows/6184/?format=api",
    "image_uri": "http://coverartarchive.org/release/a5690477-2aff-4019-9bde-a2bf5c84eef7/22012899991-250.jpg",
    "thumbnail_uri": "",
    "song": "Reunion",
    "track_id": "cfee3d72-9a18-473e-b6c9-9b217b1af179",
    "recording_id": null,
    "artist": "Mercury Rev featuring Rachel Goswell",
    "artist_ids": [
        "80e91439-21f6-4a0a-84f8-23be4cd48549"
    ],
    "album": "Bobbie Gentry's the Delta Sweete Revisited",
    "release_id": "a5690477-2aff-4019-9bde-a2bf5c84eef7",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}