Information about plays

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

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

{
    "id": 350430,
    "uri": "https://api.kexp.org/v2/plays/350430/?format=api",
    "airdate": "2019-07-05T11:37:21-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DLZ",
    "track_id": "89f7454e-30ac-32e7-909d-fac01f2c658d",
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Dear Science",
    "release_id": "0dcc8966-36f4-370e-9705-a843c3bbad43",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2008-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}