Information about plays

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

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

{
    "id": 3417310,
    "uri": "https://api.kexp.org/v2/plays/3417310/?format=api",
    "airdate": "2024-10-26T00:01:36-07:00",
    "show": 61673,
    "show_uri": "https://api.kexp.org/v2/shows/61673/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nightmares",
    "track_id": null,
    "recording_id": "b261cafe-e7f5-43e5-af92-8adb11824b06",
    "artist": "Dana Dane",
    "artist_ids": [
        "2ec98a4e-b323-4824-8040-6122133b7490"
    ],
    "album": "Giant Single: The Profile Records Rap Anthology",
    "release_id": null,
    "release_group_id": "56ffb4f8-5e8f-4712-bd27-24c35486ec69",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}