Information about plays

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

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

{
    "id": 3422195,
    "uri": "https://api.kexp.org/v2/plays/3422195/?format=api",
    "airdate": "2024-11-06T19:02:46-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fragile",
    "track_id": "18bf0375-527a-3559-a6eb-6ebff11e05ab",
    "recording_id": "2ffc97a9-3ae0-4d14-ab80-91029ce6c2f1",
    "artist": "Sugar Plant",
    "artist_ids": [
        "14dbdcb4-dbc1-49dc-b950-6815b06c13cf"
    ],
    "album": "Hiding Place",
    "release_id": "b80ae878-c693-4cb1-8f12-47f756bbaf3e",
    "release_group_id": "950a41e8-b541-361c-8552-dff987d9ce3a",
    "labels": [
        "Pop Narcotic"
    ],
    "label_ids": [
        "888b8c04-6d64-43a6-8ee0-1c9833fcbe6f"
    ],
    "release_date": "1995-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}