Information about plays

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

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

{
    "id": 430761,
    "uri": "https://api.kexp.org/v2/plays/430761/?format=api",
    "airdate": "2001-06-02T22:36:00-07:00",
    "show": 7242,
    "show_uri": "https://api.kexp.org/v2/shows/7242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "frosty bardum",
    "track_id": null,
    "recording_id": null,
    "artist": "310",
    "artist_ids": [
        "5e29d25a-ba6f-4029-9dd4-c3c07e232482"
    ],
    "album": "the frosty bardum affair ep",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}