Information about plays

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

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

{
    "id": 3438168,
    "uri": "https://api.kexp.org/v2/plays/3438168/?format=api",
    "airdate": "2024-12-14T22:03:09-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Social Anxiety",
    "track_id": null,
    "recording_id": null,
    "artist": "Lora & The Stalkers",
    "artist_ids": [],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Coffee Records"
    ],
    "label_ids": [],
    "release_date": "2024-12-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rome, Italy\n\nhttps://loraandthestalkers.bandcamp.com/album/no-desire-control\nhttps://www.facebook.com/story.php?story_fbid=1325185538736049&id=100037338475953&_rdr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}