Information about plays

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

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

{
    "id": 3422504,
    "uri": "https://api.kexp.org/v2/plays/3422504/?format=api",
    "airdate": "2024-11-07T12:32:18-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7574512-40ae-442f-99c9-3bf3f8429f5f/36472066047-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7574512-40ae-442f-99c9-3bf3f8429f5f/36472066047-250.jpg",
    "song": "Disaster Master",
    "track_id": null,
    "recording_id": "ec4283cd-a971-4c90-8e66-5ec4e502bc04",
    "artist": "Nanna",
    "artist_ids": [
        "7f8aa330-c314-4459-8995-9168baea4ac9"
    ],
    "album": "How To Start A Garden",
    "release_id": null,
    "release_group_id": "9a69607c-40d6-42cd-a836-a9b52ad49f80",
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2023-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here is UK-based Nanna playing this song along with others from her Live on KEXP performance last year:\nhttps://youtube.com/watch?v=y3o623Ulc5Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}