Information about plays

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

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

{
    "id": 3418772,
    "uri": "https://api.kexp.org/v2/plays/3418772/?format=api",
    "airdate": "2024-10-29T09:43:20-07:00",
    "show": 61706,
    "show_uri": "https://api.kexp.org/v2/shows/61706/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just A Western (Boy Harsher remix)",
    "track_id": "520823c6-bc4e-4b84-a9fb-21cc62e56fcb",
    "recording_id": "aa659b3c-de11-4314-9451-6a3674d92e47",
    "artist": "Nilüfer Yanya",
    "artist_ids": [
        "4173ee0d-e003-496a-98eb-a2eaa90cb3f7"
    ],
    "album": "My Method Actor - The Remixes",
    "release_id": "d076b7e7-7936-409e-93dc-61e46c566e33",
    "release_group_id": "ce2e522b-817f-4662-814f-e90552f4d022",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2024-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a Boy Harsher Remix of a song off Nilüfer Yanya's brand new My Method Actor album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}