Information about plays

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

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

{
    "id": 368784,
    "uri": "https://api.kexp.org/v2/plays/368784/?format=api",
    "airdate": "2019-08-17T18:36:00-07:00",
    "show": 6146,
    "show_uri": "https://api.kexp.org/v2/shows/6146/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Indian Summer",
    "track_id": "ec2d00ab-3650-30ab-b0dd-32d8ccfbb773",
    "recording_id": null,
    "artist": "Beat Happening",
    "artist_ids": [
        "449e44cb-bcae-4c48-a1af-5d8df0f81456"
    ],
    "album": "Jamboree",
    "release_id": "39aad201-6637-3bf5-9182-d96da4445dbf",
    "release_group_id": null,
    "labels": [
        "53rd & 3rd Records"
    ],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Indian Summer is perhaps the group's best-known song, as it was famously covered by dream pop group Luna.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}