Information about plays

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

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

{
    "id": 376216,
    "uri": "https://api.kexp.org/v2/plays/376216/?format=api",
    "airdate": "2019-09-03T20:56:56-07:00",
    "show": 6263,
    "show_uri": "https://api.kexp.org/v2/shows/6263/?format=api",
    "image_uri": "http://coverartarchive.org/release/68359315-f496-424e-b57a-ae1345f13cf5/4108989840-250.jpg",
    "thumbnail_uri": "",
    "song": "Bangladesh",
    "track_id": "02fa26ba-a689-3035-b80a-81cfdaf88fb6",
    "recording_id": null,
    "artist": "Os Mutantes",
    "artist_ids": [
        "a3212186-5da5-4e84-a935-6952b3e14921"
    ],
    "album": "Fool Metal Jack",
    "release_id": "68359315-f496-424e-b57a-ae1345f13cf5",
    "release_group_id": null,
    "labels": [
        "Krian Music Group"
    ],
    "label_ids": [
        "19081f70-03e3-49ef-a9bc-392539679d71"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Brazil. Psychedelic rock band from Sao Paulo. Their name means \"the mutants\" in Portuguese.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}