Information about plays

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

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

{
    "id": 375391,
    "uri": "https://api.kexp.org/v2/plays/375391/?format=api",
    "airdate": "2019-09-01T22:15:00-07:00",
    "show": 6251,
    "show_uri": "https://api.kexp.org/v2/shows/6251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Booth Thrust",
    "track_id": "34f0e37c-345c-41f1-8b0a-7673b4729f12",
    "recording_id": null,
    "artist": "Dorian Concept",
    "artist_ids": [
        "cb07b399-6917-4b60-8254-085a6eb39b4f"
    ],
    "album": "Toothbrush / Booth Thrust",
    "release_id": "21a22a19-7e8d-45fb-863f-2d6ea9e0df38",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2017-01-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}