Information about plays

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

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

{
    "id": 3421616,
    "uri": "https://api.kexp.org/v2/plays/3421616/?format=api",
    "airdate": "2024-11-05T06:35:58-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia801404.us.archive.org/13/items/mbid-438612a6-e370-4622-a84b-2c9be5770cff/mbid-438612a6-e370-4622-a84b-2c9be5770cff-15924072059_thumb500.jpg",
    "thumbnail_uri": "https://ia601404.us.archive.org/13/items/mbid-438612a6-e370-4622-a84b-2c9be5770cff/mbid-438612a6-e370-4622-a84b-2c9be5770cff-15924072059_thumb250.jpg",
    "song": "Rockin’ in the Free World",
    "track_id": "6797f9d1-bcb6-368e-b022-129632336c94",
    "recording_id": "265a37e9-90d5-4587-9a9e-19e582671c04",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Freedom",
    "release_id": "438612a6-e370-4622-a84b-2c9be5770cff",
    "release_group_id": "6ae11dfd-4dc8-3b0b-be8c-456d6254ac9f",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1989-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one goes out to Teresa in Springboro, Ohio!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}