Information about plays

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

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

{
    "id": 2682829,
    "uri": "https://api.kexp.org/v2/plays/2682829/?format=api",
    "airdate": "2020-01-06T11:26:02-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/f93025ea-692c-436d-96d3-ba1ed0164c54/24843499885-250.jpg",
    "thumbnail_uri": "",
    "song": "Need It",
    "track_id": "db954d7b-f263-4b79-aa62-95899e04ebc7",
    "recording_id": null,
    "artist": "KAYTRANADA feat. Masego",
    "artist_ids": [
        "bca63b5d-a28c-4937-a8f4-e3f2d95426e1"
    ],
    "album": "Bubba",
    "release_id": "f93025ea-692c-436d-96d3-ba1ed0164c54",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2019-12-13",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Haiti-born, Montreal-based producer’s second album is another impressive, buoyant blend of R&B, funk, house! Read KEXP's review of Bubba here: https://www.kexp.org/read/2019/12/16/new-music-reviews-1216/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}