Information about plays

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

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

{
    "id": 3421735,
    "uri": "https://api.kexp.org/v2/plays/3421735/?format=api",
    "airdate": "2024-11-05T13:11:48-08:00",
    "show": 61771,
    "show_uri": "https://api.kexp.org/v2/shows/61771/?format=api",
    "image_uri": "https://coverartarchive.org/release/c48b72c1-cfd2-4c4d-96cb-461d62b7a532/21031551668-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c48b72c1-cfd2-4c4d-96cb-461d62b7a532/21031551668-250.jpg",
    "song": "Take Your Time (Do It Right) {LNTG Rework}",
    "track_id": null,
    "recording_id": null,
    "artist": "The S.O.S. Band",
    "artist_ids": [
        "39515237-2d70-436a-800c-fcbac974bec4"
    ],
    "album": "S.O.S.",
    "release_id": null,
    "release_group_id": "7eb255ac-bc22-3362-ba25-2f3f5e9f5609",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1980-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut single released in 1980 from the Atlanta, Georgia funk band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}