Information about plays

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

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

{
    "id": 3339773,
    "uri": "https://api.kexp.org/v2/plays/3339773/?format=api",
    "airdate": "2024-04-25T05:24:43-07:00",
    "show": 60041,
    "show_uri": "https://api.kexp.org/v2/shows/60041/?format=api",
    "image_uri": "https://ia601205.us.archive.org/19/items/mbid-c3367d3a-2f6c-48d1-95c5-c1ee7a49c479/mbid-c3367d3a-2f6c-48d1-95c5-c1ee7a49c479-1031647403_thumb500.jpg",
    "thumbnail_uri": "https://ia601205.us.archive.org/19/items/mbid-c3367d3a-2f6c-48d1-95c5-c1ee7a49c479/mbid-c3367d3a-2f6c-48d1-95c5-c1ee7a49c479-1031647403_thumb250.jpg",
    "song": "Tainted Love",
    "track_id": "2d11b948-e55b-4c85-b208-4636744e8507",
    "recording_id": "ef4c6855-949e-4e22-b41e-8e0a2d372d5f",
    "artist": "Soft Cell",
    "artist_ids": [
        "7fb50287-029d-47cc-825a-235ca28024b2"
    ],
    "album": "Non-Stop Erotic Cabaret",
    "release_id": "1acaa870-6e0c-4b6e-9e91-fdec4e5ea4b1",
    "release_group_id": "e5bc1607-7947-3044-8558-6b4eae334c51",
    "labels": [
        "Vertigo"
    ],
    "label_ids": [
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1987-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Tainted Love\" was originally recorded by soul artist Gloria Jones in 1964. It attained worldwide fame after being covered and reworked by English synth-pop duo Soft Cell in 1981 and has since been covered by numerous groups and artists.\nhttps://www.softcell.co.uk/",
    "play_type": "trackplay"
}