Information about plays

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

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

{
    "id": 3414136,
    "uri": "https://api.kexp.org/v2/plays/3414136/?format=api",
    "airdate": "2024-10-18T03:43:43-07:00",
    "show": 61604,
    "show_uri": "https://api.kexp.org/v2/shows/61604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pine",
    "track_id": "0d3e6650-2672-4219-b0f5-0c08d26e744c",
    "recording_id": "c11cae0b-b226-46e7-ab87-15d9cbe76f1a",
    "artist": "Lime Garden",
    "artist_ids": [
        "47d7fd0d-6598-43a0-b7b3-39bfff0d3ce4"
    ],
    "album": "One More Thing",
    "release_id": "363e9491-e566-4edf-af89-49eb9cf68a19",
    "release_group_id": "126a13d7-eea3-45c9-8daf-4def179c1d34",
    "labels": [
        "So Young Records"
    ],
    "label_ids": [
        "f6aa3f7b-77dd-4f29-90c8-5b7c6919b24e"
    ],
    "release_date": "2024-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}