Information about plays

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

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

{
    "id": 3421585,
    "uri": "https://api.kexp.org/v2/plays/3421585/?format=api",
    "airdate": "2024-11-05T04:28:09-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://coverartarchive.org/release/db949b9d-6682-4b86-bc16-a89bed006f77/33286148467-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db949b9d-6682-4b86-bc16-a89bed006f77/33286148467-250.jpg",
    "song": "Spring of Life",
    "track_id": null,
    "recording_id": "562423fc-78ff-451a-a6fd-7038b4d19435",
    "artist": "Tomu DJ",
    "artist_ids": [
        "0387a330-4121-409d-94c0-7b3f360d2bd1"
    ],
    "album": "Half Moon Bay",
    "release_id": null,
    "release_group_id": "f57efb12-9963-44bf-9463-43661031709a",
    "labels": [
        "Franchise"
    ],
    "label_ids": [
        "33752de9-8394-4aa7-bc26-563aa5cd8f2c"
    ],
    "release_date": "2022-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S/o all our Bay Area listeners :)\n\nhttps://tomu.bandcamp.com/album/half-moon-bay-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}