Information about plays

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

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

{
    "id": 3428608,
    "uri": "https://api.kexp.org/v2/plays/3428608/?format=api",
    "airdate": "2024-11-22T09:47:32-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://ia902705.us.archive.org/3/items/mbid-547b2f16-a015-4da9-bdd4-fd4b081b9a90/mbid-547b2f16-a015-4da9-bdd4-fd4b081b9a90-10728765128_thumb500.jpg",
    "thumbnail_uri": "https://ia902705.us.archive.org/3/items/mbid-547b2f16-a015-4da9-bdd4-fd4b081b9a90/mbid-547b2f16-a015-4da9-bdd4-fd4b081b9a90-10728765128_thumb250.jpg",
    "song": "Gay Bar",
    "track_id": "b4063918-0daa-3843-a265-b45d2a0adef1",
    "recording_id": "fdfe742a-cf4d-45a8-b094-855b5a94340a",
    "artist": "Electric Six",
    "artist_ids": [
        "54b0584e-4e5e-4976-80d4-eea7a82a7213"
    ],
    "album": "Fire",
    "release_id": "547b2f16-a015-4da9-bdd4-fd4b081b9a90",
    "release_group_id": "83a4b2ba-5a6c-3483-b0a0-1c539c6c6c94",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2003-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Tyler Spencer, the idea for the song came up from incorrectly hearing the lyrics of DEVO's \"Girl U Want\" as \"it's just a girl, it's just a girl at a gay bar\" while the song was playing in a very loud nightclub. (The actual lyric is \"She's just the girl, she's just the girl, the girl you want\".)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}