Information about plays

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

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

{
    "id": 3422227,
    "uri": "https://api.kexp.org/v2/plays/3422227/?format=api",
    "airdate": "2024-11-06T21:01:54-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://coverartarchive.org/release/2fa9db7d-bcff-474d-83c7-ff67ae9e9c08/38237717353-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2fa9db7d-bcff-474d-83c7-ff67ae9e9c08/38237717353-250.jpg",
    "song": "The Foreign Department",
    "track_id": null,
    "recording_id": "dd1fda92-c33f-46ab-983b-3fb21614bd7d",
    "artist": "Astrel K",
    "artist_ids": [
        "e1647604-71da-4f7b-be86-3352161488f3"
    ],
    "album": "The Foreign Department",
    "release_id": null,
    "release_group_id": "0443f0ee-f54b-413c-b7f2-0e52a6724571",
    "labels": [
        "Tough Love Records"
    ],
    "label_ids": [
        "dc93b00d-8b25-4168-a500-8ed5aa829492"
    ],
    "release_date": "2024-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Astrel K is the solo project of british Ulrika Spacek member Rhys Edwards\n\nhttps://astrelk.bandcamp.com/album/the-foreign-department",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}