Information about plays

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

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

{
    "id": 370744,
    "uri": "https://api.kexp.org/v2/plays/370744/?format=api",
    "airdate": "2019-08-22T07:10:00-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Go to Sleep",
    "track_id": "ca51ecea-a470-3dff-a9ee-cb46bbb0deaa",
    "recording_id": null,
    "artist": "Anika",
    "artist_ids": [
        "665dd7fe-e58b-4f0c-a5d3-ef9aa2fe69ec"
    ],
    "album": "Anika",
    "release_id": "26cf53a5-6a6a-35db-a0ed-84645081c5cc",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [],
    "release_date": "2010-12-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anika met Portishead's Geoff Barrow while he was looking for a vocalist to work with for his band Beak>. \"I Go to Sleep\" is found off her solo 2010 release, which got production help from Barrow and the rest of Beak>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}