Information about plays

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

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

{
    "id": 3422402,
    "uri": "https://api.kexp.org/v2/plays/3422402/?format=api",
    "airdate": "2024-11-07T06:38:37-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "https://coverartarchive.org/release/776c0191-812e-4735-b851-52046576ca5a/21983932694-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/776c0191-812e-4735-b851-52046576ca5a/21983932694-250.jpg",
    "song": "Put a Little Love in Your Heart",
    "track_id": null,
    "recording_id": "2613f713-b3a1-4a9d-bd52-3b34e333ca85",
    "artist": "David Ruffin",
    "artist_ids": [
        "3d2ac089-fdc8-4381-a4b5-fcdc7fc36590"
    ],
    "album": "Feelin' Good",
    "release_id": null,
    "release_group_id": "347ff6a2-7d7a-468d-8fe7-7fd2370e50ce",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1969-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And the world will be a better place\nOh and the world will be a better place for you and just for me\nYou just wait and see",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}