Information about plays

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

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

{
    "id": 2680874,
    "uri": "https://api.kexp.org/v2/plays/2680874/?format=api",
    "airdate": "2020-01-01T15:59:06-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/f75ce90b-a29b-4b1f-88ed-3e7491b2938d/20794631380-250.jpg",
    "thumbnail_uri": "",
    "song": "Hotel Delmano",
    "track_id": "bfabded1-1eee-44c5-89fe-34887f009837",
    "recording_id": null,
    "artist": "MUNYA",
    "artist_ids": [
        "8562cd5d-68d7-462e-9c33-40a0e3e4d082"
    ],
    "album": "Delmano",
    "release_id": "f75ce90b-a29b-4b1f-88ed-3e7491b2938d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2018 MUNYA started creating her own music which eventually became a series of three EPs  a trilogy, each named for a significant place in her life https://munya.bandcamp.com/album/delmano",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}