Information about plays

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

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

{
    "id": 352958,
    "uri": "https://api.kexp.org/v2/plays/352958/?format=api",
    "airdate": "2019-07-11T09:12:00-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vow",
    "track_id": "72db0f04-feb9-3222-90f6-ea6bf8a82f12",
    "recording_id": null,
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Absolute Garbage",
    "release_id": "00d735ea-484b-3c19-bac4-e4299679b6ce",
    "release_group_id": null,
    "labels": [
        "Warner Music UK Ltd."
    ],
    "label_ids": [
        "03ac1af2-2bbf-41e7-b9e4-5f4ec51e38a8"
    ],
    "release_date": "2007-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}