Information about plays

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

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

{
    "id": 3420700,
    "uri": "https://api.kexp.org/v2/plays/3420700/?format=api",
    "airdate": "2024-11-03T00:59:06-07:00",
    "show": 61749,
    "show_uri": "https://api.kexp.org/v2/shows/61749/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Line of Fire",
    "track_id": null,
    "recording_id": null,
    "artist": "Pounder",
    "artist_ids": [
        "41aeb237-00b6-4ec4-98df-b70b84fdfa6f"
    ],
    "album": "Thunderforged",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Shadow Kingdom Records"
    ],
    "label_ids": [
        "6bcbdc51-f2ba-4c50-8625-074d75de9093"
    ],
    "release_date": "2024-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new full length from this LA band featuring members of Exhumed and Nausea.\n\nhttps://www.facebook.com/pounderheavymetal/\nhttps://pounderheavymetal.bandcamp.com/album/breaking-the-world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}