Information about plays

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

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

{
    "id": 3428367,
    "uri": "https://api.kexp.org/v2/plays/3428367/?format=api",
    "airdate": "2024-11-21T18:46:12-08:00",
    "show": 61910,
    "show_uri": "https://api.kexp.org/v2/shows/61910/?format=api",
    "image_uri": "https://ia801607.us.archive.org/3/items/mbid-d016aae1-b5cf-49af-a34f-88bb884cde87/mbid-d016aae1-b5cf-49af-a34f-88bb884cde87-9705107348_thumb500.jpg",
    "thumbnail_uri": "https://ia801607.us.archive.org/3/items/mbid-d016aae1-b5cf-49af-a34f-88bb884cde87/mbid-d016aae1-b5cf-49af-a34f-88bb884cde87-9705107348_thumb250.jpg",
    "song": "Take California",
    "track_id": "a8d359db-a745-3551-8007-9528c47b0b90",
    "recording_id": "50c34d28-09f5-4c76-bf42-e31efee392fa",
    "artist": "Propellerheads",
    "artist_ids": [
        "cbaafb20-eb74-421a-85f1-2bb6341aad23"
    ],
    "album": "Decksandrumsandrockandroll",
    "release_id": "d016aae1-b5cf-49af-a34f-88bb884cde87",
    "release_group_id": "b4f2008c-c633-3129-ab44-0bb00fcb7c79",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "1998-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Take California\" was selected by Apple for their iPod debut commercial in 2001. It features a man shaking his head while listening to the track on his Mac, then drags the song onto the device including his \"Favorites\" playlist. He puts on his earbuds dancing to the song then leaves. It ends with the iPod wordmark and \"Think different\" slogan showing up.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}