Information about plays

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

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

{
    "id": 377217,
    "uri": "https://api.kexp.org/v2/plays/377217/?format=api",
    "airdate": "2019-09-05T22:07:42-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tearing Me Up",
    "track_id": "736b6191-22ed-4663-b182-b62928f26893",
    "recording_id": null,
    "artist": "Bob Moses",
    "artist_ids": [
        "7ce3d484-d681-437c-8d33-913261d0ad51"
    ],
    "album": "Days Gone By",
    "release_id": "e91f4bf8-c4ed-4477-8b8d-03babe421583",
    "release_group_id": null,
    "labels": [
        "Domino Recording Co Ltd"
    ],
    "label_ids": [
        "10976a5f-b74f-4407-8437-44374c0e0cfa"
    ],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Canadian electronic duo Bob Moses performing live in the KEXP studio. Recorded February 4, 2016 https://www.youtube.com/watch?v=BQJ14wmOtTQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}