Information about plays

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

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

{
    "id": 2681236,
    "uri": "https://api.kexp.org/v2/plays/2681236/?format=api",
    "airdate": "2020-01-02T14:01:35-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "https://coverartarchive.org/release/71639e8d-d0c8-32d0-9f29-62b5134da644/2542574105-250.jpg",
    "thumbnail_uri": "",
    "song": "Execution",
    "track_id": "0750e74f-bd64-350c-9463-3561208e3b5b",
    "recording_id": null,
    "artist": "Pink Mountaintops",
    "artist_ids": [
        "307acc10-db10-441a-abf8-4c47e63b342c"
    ],
    "album": "Outside Love",
    "release_id": "71639e8d-d0c8-32d0-9f29-62b5134da644",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2009-05-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}