Information about plays

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

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

{
    "id": 3417122,
    "uri": "https://api.kexp.org/v2/plays/3417122/?format=api",
    "airdate": "2024-10-25T13:14:29-07:00",
    "show": 61668,
    "show_uri": "https://api.kexp.org/v2/shows/61668/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blinded",
    "track_id": "be5c8d19-5ef8-4bff-a910-bea3096018d0",
    "recording_id": "ecc67540-6af4-4562-a520-489ecd329d08",
    "artist": "LSDXOXO feat. Rochelle Jordan",
    "artist_ids": [
        "c2710100-a9e9-46e9-bae7-4677333cd0eb",
        "0e0d5912-4026-47ef-be1c-c876c7108dd2"
    ],
    "album": "Dogma",
    "release_id": "6eefd63a-e1e4-4cfc-9fae-ba97e02c9cf8",
    "release_group_id": "a706cdbd-a101-413c-8f75-f236c736f84b",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dogma, the debut album from Berlin based Producer, Vocalist, and DJ LSDXOXO, was released last month\n\nhttps://lsdxoxo.bandcamp.com/album/dogma-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}