Information about plays

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

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

{
    "id": 3438138,
    "uri": "https://api.kexp.org/v2/plays/3438138/?format=api",
    "airdate": "2024-12-14T20:45:50-08:00",
    "show": 62111,
    "show_uri": "https://api.kexp.org/v2/shows/62111/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hear Me Out",
    "track_id": "ced005f0-027a-40a9-82a5-9d2028da7b0b",
    "recording_id": "60a52c17-e3dc-4c72-a868-54f72994c1dc",
    "artist": "Shai Foxx",
    "artist_ids": [
        "60d115d2-3c23-4321-a7f8-0fb29899a65e"
    ],
    "album": "Hear Me Out",
    "release_id": "98d059e6-1802-4172-91e5-61248cfc8d54",
    "release_group_id": "04615b4f-2f8c-4d26-8bdb-0abccec3c19b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-11-05",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's Shai Foxx! They're two young sisters who make alt-pop music! \n\nRead about them below:\n\nhttps://thefirenote.com/videos/shai-foxx-if-i-runaway-video/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}