Information about plays

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

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

{
    "id": 3421992,
    "uri": "https://api.kexp.org/v2/plays/3421992/?format=api",
    "airdate": "2024-11-06T05:26:22-08:00",
    "show": 61777,
    "show_uri": "https://api.kexp.org/v2/shows/61777/?format=api",
    "image_uri": "https://ia803208.us.archive.org/13/items/mbid-47dfc825-6be7-4f41-9fde-18121d7d53fc/mbid-47dfc825-6be7-4f41-9fde-18121d7d53fc-3946023600_thumb500.jpg",
    "thumbnail_uri": "https://ia903208.us.archive.org/13/items/mbid-47dfc825-6be7-4f41-9fde-18121d7d53fc/mbid-47dfc825-6be7-4f41-9fde-18121d7d53fc-3946023600_thumb250.jpg",
    "song": "Lord I Can’t Just Keep From Crying",
    "track_id": "09fd5391-a319-3c5a-a7c2-4c24288e84ba",
    "recording_id": "e1ec3f2b-042d-46e0-aaa3-daa2dff99dde",
    "artist": "Blind Willie Johnson",
    "artist_ids": [
        "8a14c00b-4779-44e4-9b2e-4cc9dcd92e9b"
    ],
    "album": "The Complete Blind Willie Johnson",
    "release_id": "47dfc825-6be7-4f41-9fde-18121d7d53fc",
    "release_group_id": "03a27296-d762-3b20-8b2b-cfca9dfa9bdf",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1993-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "American Gospel Blues singer Blind Willie Johnson recorded the song \"Lord I Can't Just Keep From Crying\" in 1929.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}