Information about plays

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

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

{
    "id": 373411,
    "uri": "https://api.kexp.org/v2/plays/373411/?format=api",
    "airdate": "2019-08-28T07:20:00-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Dream Guillotine",
    "track_id": "e3275be2-6b8f-4086-963d-3b53ab0962e4",
    "recording_id": null,
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "I Dream Guillotine",
    "release_id": "e641d67f-75f7-420a-aa9d-fb1de8de8668",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stream the song \"I Dream Guillotine\" & watch IDLES perform live in the KEXP studio last year: https://www.kexp.org/read/2019/8/2/idles-share-b-side-track-i-dream-guillotine/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}