Information about plays

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

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

{
    "id": 350233,
    "uri": "https://api.kexp.org/v2/plays/350233/?format=api",
    "airdate": "2019-07-04T23:39:58-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Police & Thieves",
    "track_id": "89f48585-e0ca-37d5-b856-65d24f484bf0",
    "recording_id": null,
    "artist": "Junior Murvin",
    "artist_ids": [
        "8411d1f6-0f7a-4e9b-9745-a474780cd5b7"
    ],
    "album": "The Reggae Box: The Routes of Jamaican Music",
    "release_id": "ee4005a8-e3f7-414d-95c7-1af4135b6f19",
    "release_group_id": null,
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2001-11-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was co-written by Junior Murvin with the legendary reggae producer Lee \"Scratch\" Perry. At a session at Perry's famous Black Arc studio in Jamaica, Murvin and his backing band The Upsetters were jamming on a version, when out of nowhere lyrics, structure and melody all came together and Perry made the snap decision to record the song in that form that very day.\n\nThe next day a dub remix and alternative versions were recorded, and by the end of that week the record was released and gaining heavy airplay in Jamaica.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}