Information about plays

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

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

{
    "id": 3422364,
    "uri": "https://api.kexp.org/v2/plays/3422364/?format=api",
    "airdate": "2024-11-07T04:51:26-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia902805.us.archive.org/19/items/mbid-4ffdd1ec-8825-4483-9582-3dd45ae8c069/mbid-4ffdd1ec-8825-4483-9582-3dd45ae8c069-25122998858_thumb500.jpg",
    "thumbnail_uri": "https://ia802805.us.archive.org/19/items/mbid-4ffdd1ec-8825-4483-9582-3dd45ae8c069/mbid-4ffdd1ec-8825-4483-9582-3dd45ae8c069-25122998858_thumb250.jpg",
    "song": "Stand Up (Show Love)",
    "track_id": "bda6cf95-0c35-4e5a-8562-96d01e2aa236",
    "recording_id": "458ccca0-d431-4f7d-8e0a-4523bd98ff1c",
    "artist": "The O’Jays",
    "artist_ids": [
        "8153c6ef-026c-481f-b081-974f2c948d9f"
    ],
    "album": "The Last Word",
    "release_id": "4ffdd1ec-8825-4483-9582-3dd45ae8c069",
    "release_group_id": "6ae02aed-fe0e-424e-8e59-e41a1c328b32",
    "labels": [
        "S‐Curve Records"
    ],
    "label_ids": [
        "508797d9-e5c3-4376-be2e-30b3bb58eca7"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}