Information about plays

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

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

{
    "id": 3614879,
    "uri": "https://api.kexp.org/v2/plays/3614879/?format=api",
    "airdate": "2026-02-08T13:41:12-08:00",
    "show": 65879,
    "show_uri": "https://api.kexp.org/v2/shows/65879/?format=api",
    "image_uri": "https://coverartarchive.org/release/76086324-51a9-4bf8-bf6f-93c5795839ec/19750463430-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/76086324-51a9-4bf8-bf6f-93c5795839ec/19750463430-250.jpg",
    "song": "I Like It",
    "track_id": null,
    "recording_id": "090e3808-bbc6-4507-82ef-59e4395d17bf",
    "artist": "Cardi B feat. Bad Bunny & J Balvin",
    "artist_ids": [
        "2f3c4d70-0462-40da-bba3-0aec5772c556",
        "89aa5ecb-59ad-46f5-b3eb-2d424e941f19",
        "5bdeb32d-56a5-4b6d-a768-264101fa0a0a"
    ],
    "album": "Invasion of Privacy",
    "release_id": null,
    "release_group_id": "45c6de75-bea5-4dd9-a912-55fb9497c3fc",
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2018-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Like It\" was nominated for Record of the Year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}