Information about plays

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

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

{
    "id": 3439751,
    "uri": "https://api.kexp.org/v2/plays/3439751/?format=api",
    "airdate": "2024-12-18T18:04:55-08:00",
    "show": 62144,
    "show_uri": "https://api.kexp.org/v2/shows/62144/?format=api",
    "image_uri": "https://ia600603.us.archive.org/21/items/mbid-7a4862e7-6058-4e8e-a782-ec89194e0bcc/mbid-7a4862e7-6058-4e8e-a782-ec89194e0bcc-40687937905_thumb500.jpg",
    "thumbnail_uri": "https://ia800603.us.archive.org/21/items/mbid-7a4862e7-6058-4e8e-a782-ec89194e0bcc/mbid-7a4862e7-6058-4e8e-a782-ec89194e0bcc-40687937905_thumb250.jpg",
    "song": "Detour",
    "track_id": "b407646f-5394-4342-9ddd-c9a5d5be1359",
    "recording_id": "1488fa75-79b5-430a-b038-c533213ebfec",
    "artist": "La Sécurité",
    "artist_ids": [
        "a03666b0-23ba-455f-bc74-1e8a7140fed3"
    ],
    "album": "Detour",
    "release_id": "7a4862e7-6058-4e8e-a782-ec89194e0bcc",
    "release_group_id": "88e64de5-aecb-4ee4-b2a9-5f2529d9fc13",
    "labels": [
        "Bella Union",
        "Mothland Records"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33",
        "20568cae-baae-47f8-b715-570e6552d82a"
    ],
    "release_date": "2024-10-22",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Montreal’s art punk collective La Sécurité have signed to Bella Union and have just dropped their first single for the label. It picks up where last year's acclaimed debut album, \"Stay Safe!,\" left off. https://www.mothland.com/la-securite",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}