Information about plays

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

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

{
    "id": 3438925,
    "uri": "https://api.kexp.org/v2/plays/3438925/?format=api",
    "airdate": "2024-12-16T17:42:30-08:00",
    "show": 62128,
    "show_uri": "https://api.kexp.org/v2/shows/62128/?format=api",
    "image_uri": "https://coverartarchive.org/release/aaf6be6e-054f-4f60-96e3-ef085ccb1714/32441240589-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aaf6be6e-054f-4f60-96e3-ef085ccb1714/32441240589-250.jpg",
    "song": "I Need Somebody to Love Tonight",
    "track_id": null,
    "recording_id": "164d011c-993f-4139-bdcb-351983fe5247",
    "artist": "Sylvester",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "Stars",
    "release_id": null,
    "release_group_id": "c72bf4d2-4d2e-4f18-95d3-07ff643151aa",
    "labels": [],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "*Psychemagik Remix https://www.youtube.com/watch?v=FQH778hfP0Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}