Information about plays

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

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

{
    "id": 3421562,
    "uri": "https://api.kexp.org/v2/plays/3421562/?format=api",
    "airdate": "2024-11-05T03:42:51-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3235d3c-0bb2-411f-90b0-8a6381841136/18996785222-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a3235d3c-0bb2-411f-90b0-8a6381841136/18996785222-250.jpg",
    "song": "You Hit the Nail on the Head",
    "track_id": null,
    "recording_id": "75a0427f-3380-4e38-8366-f97be2e933dd",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "America Eats Its Young",
    "release_id": null,
    "release_group_id": "f32cb96a-6bde-3480-999c-5e7ad1038c71",
    "labels": [
        "4 Men With Beards"
    ],
    "label_ids": [
        "ac8bc29a-c2db-46d2-afd8-fb264bab8fff"
    ],
    "release_date": "1972-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}