Information about plays

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

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

{
    "id": 377463,
    "uri": "https://api.kexp.org/v2/plays/377463/?format=api",
    "airdate": "2019-09-06T12:27:40-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ultrasound",
    "track_id": "e95277ee-6e45-44ad-a553-ffe3c84e99fb",
    "recording_id": null,
    "artist": "Empty Country",
    "artist_ids": [
        "e5308e8e-7c06-4947-a581-bdb291374e25"
    ],
    "album": "Ultrasound",
    "release_id": "721153f1-5cdf-4d1f-8c80-57a4d19ae253",
    "release_group_id": null,
    "labels": [
        "Tiny Engines"
    ],
    "label_ids": [
        "2610903c-f0ac-4e7c-a2ab-c50f7468a8c2"
    ],
    "release_date": "2019-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}