Information about plays

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

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

{
    "id": 344809,
    "uri": "https://api.kexp.org/v2/plays/344809/?format=api",
    "airdate": "2019-06-22T18:16:40-07:00",
    "show": 5748,
    "show_uri": "https://api.kexp.org/v2/shows/5748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Break This Down",
    "track_id": "d947073f-17db-4099-8bf6-e7abcbb9ece3",
    "recording_id": null,
    "artist": "Stereo Embers",
    "artist_ids": [
        "4abdd1fc-3a99-4592-94aa-b7b87667e82d"
    ],
    "album": "Astronaut Handshake (Vol 1)",
    "release_id": "c434560f-f7c9-4f9b-8c96-b12c91eafc04",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-10-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}