Information about plays

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

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

{
    "id": 380264,
    "uri": "https://api.kexp.org/v2/plays/380264/?format=api",
    "airdate": "2019-09-13T04:16:25-07:00",
    "show": 6328,
    "show_uri": "https://api.kexp.org/v2/shows/6328/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maker",
    "track_id": "adf7b230-5196-40d0-b29c-5169cdc59be1",
    "recording_id": null,
    "artist": "Big Wild",
    "artist_ids": [
        "dc72d14d-28ce-4663-842c-f0b083b4a83f"
    ],
    "album": "Superdream",
    "release_id": "d51fdf6a-8696-4420-b585-7052e1fea59e",
    "release_group_id": null,
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2019-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}