Information about plays

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

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

{
    "id": 348087,
    "uri": "https://api.kexp.org/v2/plays/348087/?format=api",
    "airdate": "2019-06-30T04:29:00-07:00",
    "show": 5800,
    "show_uri": "https://api.kexp.org/v2/shows/5800/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maze",
    "track_id": "3cfa81c4-f319-3123-a1e2-801b50acb61a",
    "recording_id": null,
    "artist": "Actress",
    "artist_ids": [
        "973321d1-9565-4214-a6ef-a77f1890c294"
    ],
    "album": "Splazsh",
    "release_id": "5c124235-87ce-461e-bb1f-f852d8b7f4c3",
    "release_group_id": null,
    "labels": [
        "Honest Jon’s Records"
    ],
    "label_ids": [
        "5ee68d72-8ae8-4226-be37-a11aac89a6db"
    ],
    "release_date": "2010-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}