Information about plays

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

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

{
    "id": 3421965,
    "uri": "https://api.kexp.org/v2/plays/3421965/?format=api",
    "airdate": "2024-11-06T03:43:36-08:00",
    "show": 61776,
    "show_uri": "https://api.kexp.org/v2/shows/61776/?format=api",
    "image_uri": "https://ia902909.us.archive.org/22/items/mbid-30de1a0d-f1f3-4a6b-bf6e-4cf8e7cd9b05/mbid-30de1a0d-f1f3-4a6b-bf6e-4cf8e7cd9b05-3602695508_thumb500.jpg",
    "thumbnail_uri": "https://ia802909.us.archive.org/22/items/mbid-30de1a0d-f1f3-4a6b-bf6e-4cf8e7cd9b05/mbid-30de1a0d-f1f3-4a6b-bf6e-4cf8e7cd9b05-3602695508_thumb250.jpg",
    "song": "Just Make It Stop",
    "track_id": "9585eebb-5515-3016-84e4-b2e4862af2d3",
    "recording_id": "263c8848-1fd2-480e-b9e6-43d63a8cd1f8",
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "The Invisible Way",
    "release_id": "30de1a0d-f1f3-4a6b-bf6e-4cf8e7cd9b05",
    "release_group_id": "cc0862a0-7faa-4a6a-aee3-623e9afae622",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here I am, just make it stop\nI can tell the whole world\nTo get out of the way\nIf I could just make it stop\nIf I could just make it stop\nBreaking my heart\nGet out of the way\nIf I could just make it stop",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}