Information about plays

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

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

{
    "id": 3422273,
    "uri": "https://api.kexp.org/v2/plays/3422273/?format=api",
    "airdate": "2024-11-06T23:28:00-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/69232c95-788f-492a-8255-c979b126b511/10083643288-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/69232c95-788f-492a-8255-c979b126b511/10083643288-250.jpg",
    "song": "Heaven Help Us All",
    "track_id": null,
    "recording_id": "7f12ecab-11dd-4572-98b8-36bd66e81f1d",
    "artist": "Ray Charles",
    "artist_ids": [
        "2ce02909-598b-44ef-a456-151ba0a3bd70"
    ],
    "album": "A Message From the People",
    "release_id": null,
    "release_group_id": "086fc879-5614-48cf-b8ab-d6b1f1422a8a",
    "labels": [
        "Tangerine Records"
    ],
    "label_ids": [
        "b929b896-7348-4822-831d-70bdf0d25e6f"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Quincy Jones arranged this solid record from Brother Ray in 1972.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}