Information about plays

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

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

{
    "id": 3428506,
    "uri": "https://api.kexp.org/v2/plays/3428506/?format=api",
    "airdate": "2024-11-22T03:40:04-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia902308.us.archive.org/26/items/mbid-fed1f55f-bb4e-479d-8932-f72f1828bd32/mbid-fed1f55f-bb4e-479d-8932-f72f1828bd32-39979156766_thumb500.jpg",
    "thumbnail_uri": "https://ia802308.us.archive.org/26/items/mbid-fed1f55f-bb4e-479d-8932-f72f1828bd32/mbid-fed1f55f-bb4e-479d-8932-f72f1828bd32-39979156766_thumb250.jpg",
    "song": "Feast",
    "track_id": "87214ea3-fcd9-495e-b60b-5cae7eed25f7",
    "recording_id": "24b5cc30-633f-493a-bc93-e3308a52845f",
    "artist": "SPRINTS",
    "artist_ids": [
        "256e0b36-88cb-453a-9ce4-7b73cb6b882f"
    ],
    "album": "Feast",
    "release_id": "fed1f55f-bb4e-479d-8932-f72f1828bd32",
    "release_group_id": "2ae1442f-5eb2-4df8-9b54-7457cd7ac8e4",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2024-09-24",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}