Information about plays

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

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

{
    "id": 3421673,
    "uri": "https://api.kexp.org/v2/plays/3421673/?format=api",
    "airdate": "2024-11-05T09:32:21-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia801307.us.archive.org/21/items/mbid-8474cbe3-3e87-4eb8-aec1-76e6282e8e6f/mbid-8474cbe3-3e87-4eb8-aec1-76e6282e8e6f-12576355357_thumb500.jpg",
    "thumbnail_uri": "https://ia601307.us.archive.org/21/items/mbid-8474cbe3-3e87-4eb8-aec1-76e6282e8e6f/mbid-8474cbe3-3e87-4eb8-aec1-76e6282e8e6f-12576355357_thumb250.jpg",
    "song": "This Land Is Your Land",
    "track_id": "fc6acf46-1ee2-435c-b1ab-6729861ee601",
    "recording_id": "861b591e-2b48-4b0e-861b-4299bbc4fd90",
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Faith And Grace: A Family Journey 1953-1976",
    "release_id": "8474cbe3-3e87-4eb8-aec1-76e6282e8e6f",
    "release_group_id": "a6341181-6c39-4259-b9ba-f8533a27576f",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2015-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}