Information about plays

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

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

{
    "id": 3418927,
    "uri": "https://api.kexp.org/v2/plays/3418927/?format=api",
    "airdate": "2024-10-29T16:48:03-07:00",
    "show": 61710,
    "show_uri": "https://api.kexp.org/v2/shows/61710/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Montreal art punk collective La Sécurité. Check out more music from them here: https://lasecurite.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}