Information about plays

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

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

{
    "id": 357020,
    "uri": "https://api.kexp.org/v2/plays/357020/?format=api",
    "airdate": "2019-07-20T22:06:44-07:00",
    "show": 5949,
    "show_uri": "https://api.kexp.org/v2/shows/5949/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Job",
    "track_id": "fe5c5b3b-ed37-4fc8-8ca1-c43a4ec696e5",
    "recording_id": null,
    "artist": "Iggy and The Stooges",
    "artist_ids": [
        "1253e5e9-eaa7-4ce6-81b8-09725e8cee43"
    ],
    "album": "Ready to Die",
    "release_id": "a359f522-6d6b-48c6-bf7d-ccbe14ef9eb9",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2013-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}