Information about plays

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

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

{
    "id": 3428876,
    "uri": "https://api.kexp.org/v2/plays/3428876/?format=api",
    "airdate": "2024-11-23T00:36:32-08:00",
    "show": 61920,
    "show_uri": "https://api.kexp.org/v2/shows/61920/?format=api",
    "image_uri": "https://coverartarchive.org/release/519e49cf-11d4-4e7f-ad2d-9abd634f10b3/30205450218-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/519e49cf-11d4-4e7f-ad2d-9abd634f10b3/30205450218-250.jpg",
    "song": "Love Game",
    "track_id": null,
    "recording_id": "2d630a47-abae-4ed8-99b3-b3c98a023c93",
    "artist": "Eminem feat. Kendrick Lamar",
    "artist_ids": [
        "b95ce3ff-3d05-4e87-9e01-c97b66af13d4",
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "The Marshall Mathers LP 2",
    "release_id": null,
    "release_group_id": "b1fdc9cc-8680-44da-abab-59edca6b2ad3",
    "labels": [
        "Shady Records"
    ],
    "label_ids": [
        "b8329768-b9ed-4dae-ba2f-10d58943098c"
    ],
    "release_date": "2013-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}