Information about plays

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

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

{
    "id": 3413794,
    "uri": "https://api.kexp.org/v2/plays/3413794/?format=api",
    "airdate": "2024-10-17T07:58:45-07:00",
    "show": 61598,
    "show_uri": "https://api.kexp.org/v2/shows/61598/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Dreams Are Made Of",
    "track_id": "34d9fa9a-b5dc-40ab-be2e-e092ebc1288f",
    "recording_id": "21e7abc0-30af-4a4c-a267-2a800df4c149",
    "artist": "Lyrics Born feat. Joyo Velarde",
    "artist_ids": [
        "1812cbb0-b1e1-4e89-9a31-cd5fdf95dd50",
        "3fafb3eb-bd69-4463-b6aa-bf88472b6089"
    ],
    "album": "What Dreams Are Made Of",
    "release_id": "730f8de0-7a26-465f-898e-10d32e54a2ef",
    "release_group_id": "aa3ce308-cd55-4cf5-9d1a-27fbc61cb764",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-09-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=6_4u6aOPz2w\n\nLyrics Born will be playing at Nectar Lounge in Seattle on Oct 24 \nhttps://www.tixr.com/groups/nectarlounge/events/lyrics-born-with-special-guests-110556",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}