Information about plays

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

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

{
    "id": 3415812,
    "uri": "https://api.kexp.org/v2/plays/3415812/?format=api",
    "airdate": "2024-10-22T05:52:06-07:00",
    "show": 61642,
    "show_uri": "https://api.kexp.org/v2/shows/61642/?format=api",
    "image_uri": "https://ia800600.us.archive.org/33/items/mbid-5af26136-7d7e-4baa-be3f-3d4956de94f4/mbid-5af26136-7d7e-4baa-be3f-3d4956de94f4-39672303038_thumb500.jpg",
    "thumbnail_uri": "https://ia800600.us.archive.org/33/items/mbid-5af26136-7d7e-4baa-be3f-3d4956de94f4/mbid-5af26136-7d7e-4baa-be3f-3d4956de94f4-39672303038_thumb250.jpg",
    "song": "Sombra",
    "track_id": "37f9e6aa-af37-4f6e-812e-8962e299719c",
    "recording_id": "27e80f04-2d3b-419d-a8a9-2601cde58d82",
    "artist": "Terror/Cactus",
    "artist_ids": [
        "67c42332-de6c-46a7-b36a-2db0ae9fe2f3"
    ],
    "album": "Forastero",
    "release_id": "5af26136-7d7e-4baa-be3f-3d4956de94f4",
    "release_group_id": "b14b878b-e2d8-45c4-bb0c-bb033a1d01b5",
    "labels": [
        "Shika Shika"
    ],
    "label_ids": [
        "f134a8a2-5324-44ca-9888-e5338d877dc1"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hear Terror/Cactus discuss Bicultural Belonging on the episode of A Deeper Listen that drops today (check your apps)!\n\nhttps://terrorcactus.bandcamp.com/album/forastero",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}