Information about plays

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

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

{
    "id": 378965,
    "uri": "https://api.kexp.org/v2/plays/378965/?format=api",
    "airdate": "2019-09-10T03:18:21-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "http://coverartarchive.org/release/9d35e29e-0ccb-435b-9232-f4e028100ef5/23539272473-250.jpg",
    "thumbnail_uri": "",
    "song": "Tuesday Feeling (Choose to Stay) [feat. Tinashe]",
    "track_id": "9fc61f29-31d3-404b-9abc-74c5fb9ae543",
    "recording_id": null,
    "artist": "Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Angel's Pulse",
    "release_id": "9d35e29e-0ccb-435b-9232-f4e028100ef5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blood Orange aka Devonté Hynes aka Lightspeed Champion and former member of the band, Test Icicles. https://bloodorange.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}