Information about plays

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

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

{
    "id": 3421537,
    "uri": "https://api.kexp.org/v2/plays/3421537/?format=api",
    "airdate": "2024-11-05T02:31:25-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://coverartarchive.org/release/f59f6d9e-aa75-41ad-8430-df042c6265c5/28874554221-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f59f6d9e-aa75-41ad-8430-df042c6265c5/28874554221-250.jpg",
    "song": "The Push",
    "track_id": null,
    "recording_id": "f4f3e23c-9b74-4ead-b038-795ed6d47d07",
    "artist": "DJ Icey & Plump DJs",
    "artist_ids": [],
    "album": "The Push / Remember My Name",
    "release_id": null,
    "release_group_id": "5316e5d7-c27f-34e2-b94d-34c06de9c6e9",
    "labels": [
        "Finger Lickin’ Records"
    ],
    "label_ids": [
        "25007538-8896-408b-9689-e62ccc4a5cc1"
    ],
    "release_date": "2000-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Another FIRE listener request from Chris in Austin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}