Information about plays

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

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

{
    "id": 3422292,
    "uri": "https://api.kexp.org/v2/plays/3422292/?format=api",
    "airdate": "2024-11-07T00:42:16-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://ia600306.us.archive.org/34/items/mbid-5ad1f910-d704-49ea-99cf-986b975b50bd/mbid-5ad1f910-d704-49ea-99cf-986b975b50bd-15465029745_thumb500.jpg",
    "thumbnail_uri": "https://ia600306.us.archive.org/34/items/mbid-5ad1f910-d704-49ea-99cf-986b975b50bd/mbid-5ad1f910-d704-49ea-99cf-986b975b50bd-15465029745_thumb250.jpg",
    "song": "City of Immigrants",
    "track_id": "edd52ec5-232a-4b57-82c4-c0d3db3738bd",
    "recording_id": "97a1e1c1-5010-4e39-a0a2-44446b635041",
    "artist": "Steve Earle with Forro in the Dark",
    "artist_ids": [
        "862b5b7f-3adb-4f4b-bfe5-e05b41e65fbe",
        "ec863030-7c13-45a3-a025-a69195d3a020"
    ],
    "album": "Washington Square Serenade",
    "release_id": "8d0deb71-5ac4-404c-b6d6-946b46859186",
    "release_group_id": "e193c87d-09e8-3e90-8417-cda7fb6bbd1a",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2007-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steve is joined by New York-based collective of Brazilian expatriates Forro in the Dark on this cut.\n\nwww.steveearle.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}