Information about plays

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

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

{
    "id": 382012,
    "uri": "https://api.kexp.org/v2/plays/382012/?format=api",
    "airdate": "2019-09-17T14:16:00-07:00",
    "show": 6360,
    "show_uri": "https://api.kexp.org/v2/shows/6360/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leave a Trace (Four Tet remix)",
    "track_id": "e18d07d7-0df8-4140-b025-e6c32aaf881c",
    "recording_id": null,
    "artist": "CHVRCHΞS",
    "artist_ids": [
        "6a93afbb-257f-4166-b389-9f2a1e5c5df8"
    ],
    "album": "Every Open Eye: The Remixes",
    "release_id": "e4826abb-86bd-40d1-958a-a3a087381e02",
    "release_group_id": null,
    "labels": [
        "Glassnote"
    ],
    "label_ids": [],
    "release_date": "2016-04-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch CHVRCHES perform this song LIVE on KEXP back in 2016: https://bit.ly/2lYFg0s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}