Information about plays

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

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

{
    "id": 3416185,
    "uri": "https://api.kexp.org/v2/plays/3416185/?format=api",
    "airdate": "2024-10-23T05:27:11-07:00",
    "show": 61650,
    "show_uri": "https://api.kexp.org/v2/shows/61650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nowhere Man",
    "track_id": "8246bcf5-79ea-4752-b661-14a61c8cd19b",
    "recording_id": "f36e6228-39d3-4f64-b1ad-3a028a373260",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Rubber Soul",
    "release_id": "af049cb7-fe0a-4a8c-9f52-6ab26e31f9c5",
    "release_group_id": "dca03435-8adb-30a5-ba82-5a162267ff38",
    "labels": [
        "Apple Records",
        "Parlophone",
        "Capitol Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Nowhere Man\" is notable among the very first Beatles' songs and it is \"entirely unrelated to romance or love, and marks a notable instance of Lennon's philosophically-oriented songwriting.\"  https://www.thebeatles.com/nowhere-man",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}