Information about plays

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

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

{
    "id": 1195535,
    "uri": "https://api.kexp.org/v2/plays/1195535/?format=api",
    "airdate": "2007-02-11T03:57:22-08:00",
    "show": 20956,
    "show_uri": "https://api.kexp.org/v2/shows/20956/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Satanic Satellite",
    "track_id": "c95a1ed6-ff7a-4711-b39c-639c4cc90a71",
    "recording_id": null,
    "artist": "The Bloody Hollies",
    "artist_ids": [
        "d6c22fc7-f693-480e-b72b-8ad3a1373196"
    ],
    "album": "Who to Trust, Who to Kill, Who to Love",
    "release_id": "20911873-de55-43bb-b7ea-c01c14b2a20a",
    "release_group_id": null,
    "labels": [
        "Alive"
    ],
    "label_ids": [
        "290cdedf-a5ff-443b-acb7-355731361712"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}