Information about plays

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

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

{
    "id": 2680902,
    "uri": "https://api.kexp.org/v2/plays/2680902/?format=api",
    "airdate": "2020-01-01T17:25:00-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Believe feat.Tanika",
    "track_id": null,
    "recording_id": null,
    "artist": "Spragga Benz",
    "artist_ids": [
        "d0e97e77-b74d-4b1f-a84f-c3125a2b962d"
    ],
    "album": "Chilliagon",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spragga Benz is one of the most well respected MCs in the game, and one of the few remaining titans of 90s dancehall still innovating and killing the game. For his next project, entitled Chiliagon, Spragga Benz has turned towards the exciting new sounds emerging from London.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}