Information about plays

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

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

{
    "id": 3422341,
    "uri": "https://api.kexp.org/v2/plays/3422341/?format=api",
    "airdate": "2024-11-07T03:27:24-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble",
    "track_id": null,
    "recording_id": "0c3d9e4a-7273-49ec-861b-50669e694a43",
    "artist": "Foxy",
    "artist_ids": [
        "3199d132-4ba1-4dc4-bef6-f024d0e2443b"
    ],
    "album": "Double Shot of Soul",
    "release_id": null,
    "release_group_id": "c614811a-40da-4489-872c-e4a1f6d04ad2",
    "labels": [
        "Kent Soul"
    ],
    "label_ids": [
        "b6f018c0-829e-41fe-8aaa-3ddc7ae85bd3"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}