Information about plays

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

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

{
    "id": 3422258,
    "uri": "https://api.kexp.org/v2/plays/3422258/?format=api",
    "airdate": "2024-11-06T22:47:35-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/ebd5e1a9-e1bc-497c-a3a6-64910c5ec81f/23000822396-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ebd5e1a9-e1bc-497c-a3a6-64910c5ec81f/23000822396-250.jpg",
    "song": "Hey Daydreamer",
    "track_id": null,
    "recording_id": "b779622c-5148-4756-8590-9c290e9614a9",
    "artist": "Neil Halstead",
    "artist_ids": [
        "184699cd-f489-463a-95c3-f2f72d6fd92a"
    ],
    "album": "Palindrome Hunches",
    "release_id": null,
    "release_group_id": "69217efa-55fa-4393-9285-9650d6378ae8",
    "labels": [
        "Brushfire Records"
    ],
    "label_ids": [
        "685223f9-4de8-4b0d-8d77-5b29774bbf05"
    ],
    "release_date": "2012-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third solo release from this English musician who also plays with Slowdive and Mojave 3. \n\nhttps://neilhalstead.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}