Information about plays

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

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

{
    "id": 3428426,
    "uri": "https://api.kexp.org/v2/plays/3428426/?format=api",
    "airdate": "2024-11-21T22:41:04-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give Me Your Love",
    "track_id": null,
    "recording_id": "a47efbbf-2682-4504-8516-62bbec1bbb8e",
    "artist": "Active Force",
    "artist_ids": [
        "d28e0420-0143-4c07-83a5-66834f411f42"
    ],
    "album": "Active Force",
    "release_id": null,
    "release_group_id": "246087fd-30f2-4544-92b9-737c7c400a12",
    "labels": [
        "PTG Records"
    ],
    "label_ids": [
        "48ad9d24-0c79-4052-b0d8-8d7f281f69cc"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}