Information about plays

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

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

{
    "id": 2680769,
    "uri": "https://api.kexp.org/v2/plays/2680769/?format=api",
    "airdate": "2020-01-01T10:20:50-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "https://coverartarchive.org/release/81578ee7-1798-4ddf-9069-9ed191ad2377/4769118934-250.jpg",
    "thumbnail_uri": "",
    "song": "Radio Radio",
    "track_id": "e7641028-c0ac-34ef-95f6-ba697db2cb8e",
    "recording_id": null,
    "artist": "Elvis Costello & The Attractions",
    "artist_ids": [
        "0ffb6573-a98e-412e-aa01-0a580e9d8b06"
    ],
    "album": "The Very Best of Elvis Costello",
    "release_id": "81578ee7-1798-4ddf-9069-9ed191ad2377",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}