Information about plays

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

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

{
    "id": 2680709,
    "uri": "https://api.kexp.org/v2/plays/2680709/?format=api",
    "airdate": "2020-01-01T06:56:16-08:00",
    "show": 46269,
    "show_uri": "https://api.kexp.org/v2/shows/46269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunglasses",
    "track_id": "40fa0621-e9bb-4348-b3ee-8d5469af7a1b",
    "recording_id": null,
    "artist": "Black Country, New Road",
    "artist_ids": [
        "e9403d9c-329b-4108-a26f-564159d441d9"
    ],
    "album": "Sunglasses",
    "release_id": "b253f362-9392-41f0-9c6d-9f073de1c2a6",
    "release_group_id": null,
    "labels": [
        "Blank Editions"
    ],
    "label_ids": [
        "8c2cb1fb-8f6a-4e23-9f8b-9df5b4839cfd"
    ],
    "release_date": "2019-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}