Information about plays

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

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

{
    "id": 1175956,
    "uri": "https://api.kexp.org/v2/plays/1175956/?format=api",
    "airdate": "2006-12-23T11:08:00-08:00",
    "show": 20620,
    "show_uri": "https://api.kexp.org/v2/shows/20620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Worries in the Dance",
    "track_id": null,
    "recording_id": null,
    "artist": "Frankie Paul",
    "artist_ids": [
        "291ec398-9ad9-4db9-949f-b99a880d18b3"
    ],
    "album": "Reggae Anthology: The Channel One Story",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "VP Records"
    ],
    "label_ids": [
        "6565bd36-cbae-47a7-aac5-888aeddc6c1e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}