Information about plays

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

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

{
    "id": 354844,
    "uri": "https://api.kexp.org/v2/plays/354844/?format=api",
    "airdate": "2019-07-15T22:51:07-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "http://coverartarchive.org/release/91006f6c-f2a6-40bc-ad77-18dd30b100a1/23505528223-250.jpg",
    "thumbnail_uri": "",
    "song": "Gemini Rising",
    "track_id": "e78cde66-eae1-47b1-ae26-6954de29d70c",
    "recording_id": null,
    "artist": "DJ Haram",
    "artist_ids": [
        "45f6d952-3bbf-4c98-bca5-1583bdaf6df5"
    ],
    "album": "Grace",
    "release_id": "91006f6c-f2a6-40bc-ad77-18dd30b100a1",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Each track on Grace is represented by an imagined character based on jinn, angelic supernatural creatures that appear in early pre-Islamic Arabian and later Islamic mythology and theology.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}