Information about plays

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

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

{
    "id": 1196028,
    "uri": "https://api.kexp.org/v2/plays/1196028/?format=api",
    "airdate": "2007-02-12T14:53:35-08:00",
    "show": 20967,
    "show_uri": "https://api.kexp.org/v2/shows/20967/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That Summer, At Home I Had Become The Invisible Boy",
    "track_id": null,
    "recording_id": null,
    "artist": "The Twilight Sad",
    "artist_ids": [
        "d44d63b8-3da4-4f7d-aba1-a05ba8941b44"
    ],
    "album": "EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}