Information about plays

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

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

{
    "id": 3422525,
    "uri": "https://api.kexp.org/v2/plays/3422525/?format=api",
    "airdate": "2024-11-07T13:56:01-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wanna Be Startin’ Somethin’",
    "track_id": null,
    "recording_id": "2460a241-6ff4-49f1-80f9-36051534e9ae",
    "artist": "Micheal Jackson",
    "artist_ids": [],
    "album": "Thriller",
    "release_id": null,
    "release_group_id": "f32fab67-77dd-3937-addc-9062e28e4c37",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1982-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Wanna Be Startin' Somethin'\" was written, composed and co-produced by Michael Jackson, and produced by Quincy Jones.\n--\nHear that \"“ma-ma-se, ma-ma-sa, ma-ma-ko-sa”?  This song heavily sampled Manu Dibango's \"Soul Makossa.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}