Information about plays

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

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

{
    "id": 3421627,
    "uri": "https://api.kexp.org/v2/plays/3421627/?format=api",
    "airdate": "2024-11-05T07:10:56-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia801206.us.archive.org/21/items/mbid-45411508-1c14-412b-826c-fae0108bd28e/mbid-45411508-1c14-412b-826c-fae0108bd28e-11018247563_thumb500.jpg",
    "thumbnail_uri": "https://ia601206.us.archive.org/21/items/mbid-45411508-1c14-412b-826c-fae0108bd28e/mbid-45411508-1c14-412b-826c-fae0108bd28e-11018247563_thumb250.jpg",
    "song": "Stand by Me",
    "track_id": "c35a2c8c-3fad-3bdb-b545-be8f1cee8efa",
    "recording_id": "74e2aff8-bcf9-4119-b51c-10f64f440a73",
    "artist": "Ben E. King",
    "artist_ids": [
        "837555ba-012e-45f1-9a9c-9628da13ee54"
    ],
    "album": "Don’t Play That Song!",
    "release_id": "45411508-1c14-412b-826c-fae0108bd28e",
    "release_group_id": "41da1f33-f897-3e51-a650-ab49b380ebf5",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1962-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}