Information about plays

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

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

{
    "id": 2680121,
    "uri": "https://api.kexp.org/v2/plays/2680121/?format=api",
    "airdate": "2019-12-30T23:16:40-08:00",
    "show": 46261,
    "show_uri": "https://api.kexp.org/v2/shows/46261/?format=api",
    "image_uri": "https://coverartarchive.org/release/3127fe6f-e01c-4141-93d5-042427303831/11720880626-250.jpg",
    "thumbnail_uri": "",
    "song": "Agdam (Devendra Banhart remix)",
    "track_id": "387316ba-ac29-46d1-82aa-a19272916350",
    "recording_id": null,
    "artist": "Hauschka",
    "artist_ids": [
        "767026a6-9e39-463b-9d04-ed0f86ac5ee7"
    ],
    "album": "A NDO C Y",
    "release_id": "3127fe6f-e01c-4141-93d5-042427303831",
    "release_group_id": null,
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2015-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}