Information about plays

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

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

{
    "id": 3428453,
    "uri": "https://api.kexp.org/v2/plays/3428453/?format=api",
    "airdate": "2024-11-22T00:18:40-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbc92c19-8416-415c-9778-7a1414614369/27936388599-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fbc92c19-8416-415c-9778-7a1414614369/27936388599-250.jpg",
    "song": "And My Beat Goes Boom",
    "track_id": null,
    "recording_id": "47a7fcef-4b59-47a1-ad88-8a2c0cdb0c93",
    "artist": "The Egyptian Lover",
    "artist_ids": [
        "31200780-d9e5-4c34-a022-064410996ee0"
    ],
    "album": "Planet Funk, Volume 3",
    "release_id": null,
    "release_group_id": "cd040d09-9f68-4797-8cc7-531970a1f878",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "1995-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}