Information about plays

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

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

{
    "id": 347174,
    "uri": "https://api.kexp.org/v2/plays/347174/?format=api",
    "airdate": "2019-06-27T21:55:00-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dub Version (Black Bird Riddim)",
    "track_id": null,
    "recording_id": null,
    "artist": "Chakatak",
    "artist_ids": [],
    "album": "Big Slap/Black Bird Riddim",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Baco Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A collection of reggae artists and deejays saluting the so called big slap and black bird riddims! The record includes contributions from Jahdan Blakkamoore, Balik, Marcus Gad, Natty Jean, Manjul, Sizzla, Bennie, Luciano, Anthony B., Gappy Ranks and Chakatak.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}