Information about plays

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

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

{
    "id": 3416539,
    "uri": "https://api.kexp.org/v2/plays/3416539/?format=api",
    "airdate": "2024-10-24T02:31:21-07:00",
    "show": 61657,
    "show_uri": "https://api.kexp.org/v2/shows/61657/?format=api",
    "image_uri": "https://coverartarchive.org/release/8f46f199-851b-4cbe-8432-bbc30bba93b7/36629449696-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8f46f199-851b-4cbe-8432-bbc30bba93b7/36629449696-250.jpg",
    "song": "Cleva",
    "track_id": null,
    "recording_id": "1fa66e60-8455-4d53-99a5-79c1770eef15",
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "Mama’s Gun",
    "release_id": null,
    "release_group_id": "25bdfd28-72ca-3d1f-88fc-dcf67df91720",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 2000, Mama's Gun was Erykah Badu's second full-length studio album; the release was known mostly for its enduring hit, \"Bag Lady.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}