Information about plays

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

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

{
    "id": 3413931,
    "uri": "https://api.kexp.org/v2/plays/3413931/?format=api",
    "airdate": "2024-10-17T14:40:53-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Clean",
    "track_id": null,
    "recording_id": "10e0e0e4-2eb5-468e-8a58-05975f26a6d6",
    "artist": "Jeru Damaja",
    "artist_ids": [],
    "album": "The Sun Rises in the East",
    "release_id": null,
    "release_group_id": "4c1feb97-bc6c-32f9-8adb-bd85105fdaa0",
    "labels": [
        "Payday Records"
    ],
    "label_ids": [
        "b7b491ec-5f6d-40a2-8e03-10c2471a4093"
    ],
    "release_date": "1994-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}