Information about plays

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

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

{
    "id": 2682916,
    "uri": "https://api.kexp.org/v2/plays/2682916/?format=api",
    "airdate": "2020-01-06T16:39:59-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/2be89a0e-7366-466a-880a-ffe48d192944/20043234942-250.jpg",
    "thumbnail_uri": "",
    "song": "Defender",
    "track_id": "384b557c-cffd-48a4-9118-9df38a21712f",
    "recording_id": null,
    "artist": "Simian Mobile Disco feat. Deep Throat Choir",
    "artist_ids": [
        "69ec6867-bda0-404b-bac4-338df8d73723"
    ],
    "album": "Murmurations",
    "release_id": "2be89a0e-7366-466a-880a-ffe48d192944",
    "release_group_id": null,
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2018-05-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English electronic duo, Simian Mobile Disco, teamed up with all-female singing collective, Deep Throat Choir, for this song. Also, SMD stopped by KEXP a few years back to perform an instudio! You can check out that video here: https://www.youtube.com/watch?v=XV7c6gSqPkc&list=PLpC9tgfPnrmjfHcZjq-Sw27l31KjP-M3k&index=20",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}