Information about plays

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

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

{
    "id": 377950,
    "uri": "https://api.kexp.org/v2/plays/377950/?format=api",
    "airdate": "2019-09-07T12:52:23-07:00",
    "show": 6289,
    "show_uri": "https://api.kexp.org/v2/shows/6289/?format=api",
    "image_uri": "http://coverartarchive.org/release/f137548f-500f-421a-82fe-2d0e5ffb5be8/8555104436-250.jpg",
    "thumbnail_uri": "",
    "song": "Archie, Marry Me",
    "track_id": "420128d8-d718-4fc9-81ac-03d85892e324",
    "recording_id": null,
    "artist": "Alvvays",
    "artist_ids": [
        "99450990-b24e-4132-bb68-235f8c3e2564"
    ],
    "album": "Alvvays",
    "release_id": "f137548f-500f-421a-82fe-2d0e5ffb5be8",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2014-07-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toronto based group Alvvays with the track \"Archie, Marry Me\".  https://alvvays.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}