Information about plays

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

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

{
    "id": 426160,
    "uri": "https://api.kexp.org/v2/plays/426160/?format=api",
    "airdate": "2001-05-19T22:50:00-07:00",
    "show": 7152,
    "show_uri": "https://api.kexp.org/v2/shows/7152/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "After All",
    "track_id": "b3f1e3bf-7c62-4a0c-8211-9d11358c87ea",
    "recording_id": null,
    "artist": "310",
    "artist_ids": [
        "5e29d25a-ba6f-4029-9dd4-c3c07e232482"
    ],
    "album": "After All",
    "release_id": "d2ec5626-cecf-45fd-bc3f-c660995d1d1f",
    "release_group_id": null,
    "labels": [
        "Leaf"
    ],
    "label_ids": [
        "641c4c5c-1abc-4bc2-b285-d64c8fb4e425"
    ],
    "release_date": "2001-05-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}