Information about plays

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

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

{
    "id": 356290,
    "uri": "https://api.kexp.org/v2/plays/356290/?format=api",
    "airdate": "2019-07-19T02:27:48-07:00",
    "show": 5936,
    "show_uri": "https://api.kexp.org/v2/shows/5936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Awkward",
    "track_id": "30b77125-604c-4c01-93aa-25a6ca3877dd",
    "recording_id": null,
    "artist": "San Cisco",
    "artist_ids": [
        "31dd3369-d9d7-42a4-a586-9029c0520ddd"
    ],
    "album": "San Cisco",
    "release_id": "1932a3f9-8829-479f-be0a-c54d90e0f01c",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2013-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}