Information about plays

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

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

{
    "id": 345245,
    "uri": "https://api.kexp.org/v2/plays/345245/?format=api",
    "airdate": "2019-06-23T17:54:24-07:00",
    "show": 5756,
    "show_uri": "https://api.kexp.org/v2/shows/5756/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What If",
    "track_id": "f4d9682f-fe61-47ce-8c4b-823f0ed3b2b0",
    "recording_id": null,
    "artist": "Amber Mark",
    "artist_ids": [
        "b44e2752-deb5-4f10-b8e9-6671484acb34"
    ],
    "album": "What If",
    "release_id": "a0ca2db0-f688-41f6-8e7b-ac570f1eecc0",
    "release_group_id": null,
    "labels": [
        "PMR Records"
    ],
    "label_ids": [
        "9eb5fc82-82ce-4f6e-85d4-52e23decfa1e"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}