Information about plays

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

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

{
    "id": 2682298,
    "uri": "https://api.kexp.org/v2/plays/2682298/?format=api",
    "airdate": "2020-01-05T02:53:24-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "https://coverartarchive.org/release/d255f7bc-e2fc-43a5-a0c8-cace89fd49e5/24620315875-250.jpg",
    "thumbnail_uri": "",
    "song": "Cig Angel (Dance mix)",
    "track_id": "fd827ca7-ece6-449f-82c5-8a6bb196f653",
    "recording_id": null,
    "artist": "Galcher Lustwerk",
    "artist_ids": [
        "a7e71145-6ce7-41d3-a70c-bd7436598f4b"
    ],
    "album": "Information",
    "release_id": "d255f7bc-e2fc-43a5-a0c8-cace89fd49e5",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2019-11-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York producer Galacher Lustwerk's latest album is 'Information.' From Bandcamp: \"'Cig Angel' bubbles to life after dark, with a skipped out drum break bouncing through signature murky melodies and a hazy incognito narrative.\" https://galcherlustwerk.bandcamp.com/album/information",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}