Information about plays

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

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

{
    "id": 3422321,
    "uri": "https://api.kexp.org/v2/plays/3422321/?format=api",
    "airdate": "2024-11-07T02:20:35-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Give Up",
    "track_id": "3304c456-4c33-3046-82b0-19024269150d",
    "recording_id": "abff2eb4-0a31-4016-a629-c2a7931a9206",
    "artist": "APSCI",
    "artist_ids": [
        "a0f49dd7-955b-496f-a671-39f144e4b07c"
    ],
    "album": "Thanks for Asking",
    "release_id": "ec5de298-ddd3-4a05-bfc5-3d64776e9e3c",
    "release_group_id": "8bc4c030-1d64-3e2e-a402-9894f563d0c5",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}