Information about plays

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

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

{
    "id": 2677210,
    "uri": "https://api.kexp.org/v2/plays/2677210/?format=api",
    "airdate": "2019-12-23T16:59:26-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4fbe4d6-bd53-3ee8-ad60-616c5a6eb383/1360156729-250.jpg",
    "thumbnail_uri": "",
    "song": "You on the Run",
    "track_id": "625d9c89-7ca3-3b70-a463-5c05d644d1c1",
    "recording_id": null,
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Directions to See a Ghost",
    "release_id": "f4fbe4d6-bd53-3ee8-ad60-616c5a6eb383",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2008-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday Alex Maas of The Black Angels!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}