Information about plays

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

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

{
    "id": 3422051,
    "uri": "https://api.kexp.org/v2/plays/3422051/?format=api",
    "airdate": "2024-11-06T09:43:40-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd05767f-3e21-4cf8-a547-46e80a6563cf/35369269813-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cd05767f-3e21-4cf8-a547-46e80a6563cf/35369269813-250.jpg",
    "song": "Don’t Dream It’s Over",
    "track_id": null,
    "recording_id": "2f37fc2c-fe57-474c-b750-413ebb92d164",
    "artist": "Crowded House",
    "artist_ids": [
        "9854d99f-d954-4c0f-9ae5-58a0cdd885f5"
    ],
    "album": "Crowded House",
    "release_id": null,
    "release_group_id": "9fd1dad9-94a1-36f3-9288-33fdbbc6cc8c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1986-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Please play \"Don't Dream it's Over\" by Crowded House for all the teachers who are trying their best to carry on today for their students.\nKim",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}