Information about plays

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

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

{
    "id": 3536930,
    "uri": "https://api.kexp.org/v2/plays/3536930/?format=api",
    "airdate": "2025-08-07T03:28:57-07:00",
    "show": 64220,
    "show_uri": "https://api.kexp.org/v2/shows/64220/?format=api",
    "image_uri": "https://coverartarchive.org/release/f48f109f-f3de-4108-ba34-8e9dd11d106e/14909675857-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f48f109f-f3de-4108-ba34-8e9dd11d106e/14909675857-250.jpg",
    "song": "What Ya Want",
    "track_id": null,
    "recording_id": "cd041b56-d62e-4e93-9366-47eea30dbdf2",
    "artist": "Ruff Ryders featuring Eve and Nokio",
    "artist_ids": [
        "ff2e2b50-35f6-4860-8a4d-7fe6ffc8f790",
        "1ac10f5e-2079-4435-b78f-dda6ecdeba15",
        "846a7308-bc01-4859-a54a-f30198f083c2"
    ],
    "album": "Ruff Ryders: Ryde or Die, Vol. 1",
    "release_id": null,
    "release_group_id": "898b56b4-a29b-3f71-921b-83f2e45403e0",
    "labels": [
        "Ruff Ryders"
    ],
    "label_ids": [
        "83ffc91a-c42e-4b55-a8da-ac66e0f95a3c"
    ],
    "release_date": "1999-04-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}