Information about plays

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

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

{
    "id": 3428452,
    "uri": "https://api.kexp.org/v2/plays/3428452/?format=api",
    "airdate": "2024-11-22T00:16:38-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bring Your Love to Me",
    "track_id": null,
    "recording_id": "56bb15e9-bf7d-4d74-a50d-308801fc63b9",
    "artist": "Back 2 Basics",
    "artist_ids": [
        "d7e2a858-ec04-4474-a4ae-c8610a4362a6"
    ],
    "album": "Ganymed",
    "release_id": null,
    "release_group_id": "26cb00ed-aa92-436f-88f0-23d0a6a0cf2e",
    "labels": [
        "Bacillus Records"
    ],
    "label_ids": [
        "25c88d6e-3ad5-4a5b-badb-1c2d55ec7967"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}