Information about plays

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

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

{
    "id": 3422359,
    "uri": "https://api.kexp.org/v2/plays/3422359/?format=api",
    "airdate": "2024-11-07T04:31:33-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://coverartarchive.org/release/037ca6f2-b44c-4e5e-acc0-234a4eaa073d/30551485405-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/037ca6f2-b44c-4e5e-acc0-234a4eaa073d/30551485405-250.jpg",
    "song": "Keep On Striving",
    "track_id": null,
    "recording_id": "316b10b9-e7ec-4b00-a916-94838ff39d49",
    "artist": "Moses Smith",
    "artist_ids": [
        "531792c6-4e30-49df-a871-e90c182780c5"
    ],
    "album": "Nothing but a House Party: The Birth of the Philly Sound 1967–71",
    "release_id": null,
    "release_group_id": "2e1279ad-fd3e-4fed-bcbb-dcac9b9fec8d",
    "labels": [
        "Kent Soul"
    ],
    "label_ids": [
        "b6f018c0-829e-41fe-8aaa-3ddc7ae85bd3"
    ],
    "release_date": "2017-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}