Information about plays

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

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

{
    "id": 2682539,
    "uri": "https://api.kexp.org/v2/plays/2682539/?format=api",
    "airdate": "2020-01-05T16:59:35-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "https://coverartarchive.org/release/f3a18492-0e33-446c-a0aa-f08c8f0bac3b/24394486992-250.jpg",
    "thumbnail_uri": "",
    "song": "Rocket Fuel",
    "track_id": "00a65bf1-06f3-4b34-95c1-edd8142d2b8e",
    "recording_id": null,
    "artist": "DJ Shadow feat. De La Soul",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Our Pathetic Age",
    "release_id": "f3a18492-0e33-446c-a0aa-f08c8f0bac3b",
    "release_group_id": null,
    "labels": [
        "Mass Appeal Records"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2019-11-14",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}