Information about plays

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

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

{
    "id": 3439496,
    "uri": "https://api.kexp.org/v2/plays/3439496/?format=api",
    "airdate": "2024-12-18T03:30:34-08:00",
    "show": 62139,
    "show_uri": "https://api.kexp.org/v2/shows/62139/?format=api",
    "image_uri": "https://ia600305.us.archive.org/25/items/mbid-ab55ac76-eee5-4f89-ac14-7bb9aa837bc8/mbid-ab55ac76-eee5-4f89-ac14-7bb9aa837bc8-38462695827_thumb500.jpg",
    "thumbnail_uri": "https://ia800305.us.archive.org/25/items/mbid-ab55ac76-eee5-4f89-ac14-7bb9aa837bc8/mbid-ab55ac76-eee5-4f89-ac14-7bb9aa837bc8-38462695827_thumb250.jpg",
    "song": "Sympathy is a knife",
    "track_id": "545dddf1-a423-4b93-8c4b-11f8d49cca2e",
    "recording_id": "75fbda47-954c-4a9d-b6a8-e28ad376313a",
    "artist": "Charli XCX",
    "artist_ids": [
        "260b6184-8828-48eb-945c-bc4cb6fc34ca"
    ],
    "album": "BRAT",
    "release_id": "ab55ac76-eee5-4f89-ac14-7bb9aa837bc8",
    "release_group_id": "e0fdb431-0109-420d-8a37-f99eaeb4d671",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2024-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On my top ten of 2024!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}