Information about plays

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

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

{
    "id": 347348,
    "uri": "https://api.kexp.org/v2/plays/347348/?format=api",
    "airdate": "2019-06-28T08:38:06-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Stand Me Now (censored version)",
    "track_id": "bbc8993b-77e7-3445-bea2-e2b8d8587930",
    "recording_id": null,
    "artist": "The Libertines",
    "artist_ids": [
        "82b304c0-7da4-45d3-896a-0767c7ae1141"
    ],
    "album": "Can't Stand Me Now",
    "release_id": "3cf64613-d238-4137-a028-e055b0b5797b",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You'll amaze your family and friends with your knowledge of this influential British band: https://www.allmusic.com/artist/the-libertines-mn0000080649/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}