Information about plays

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

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

{
    "id": 374797,
    "uri": "https://api.kexp.org/v2/plays/374797/?format=api",
    "airdate": "2019-08-31T09:58:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Each One Teach One",
    "track_id": "3f6e5f66-d9dd-34d5-93a1-745d3994a5cf",
    "recording_id": null,
    "artist": "Jacob Miller",
    "artist_ids": [
        "80ee581b-708e-494f-9741-fe72509dd255"
    ],
    "album": "Who Say Jah No Dread: The Classic Augustus Pablo Sessions 1974-75",
    "release_id": "a4269f48-34de-3877-b185-22c1f63da358",
    "release_group_id": null,
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [],
    "release_date": "2003-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When he was a young, Jacob Miller, like so many of his peers in Kingston was looking for a way into the music business. His first recording was the squeaky voiced single “Love Is A Message”, done at Coxsone Dodd’s legendary Studio One. A couple of years later he joined the legendary Jamaican roots foundation musician/producer Augustus Pablo fledging Rockers organisation were he began to learn his trade.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}