Information about plays

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

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

{
    "id": 3422496,
    "uri": "https://api.kexp.org/v2/plays/3422496/?format=api",
    "airdate": "2024-11-07T12:03:42-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Friend of Mine",
    "track_id": null,
    "recording_id": null,
    "artist": "Whitney",
    "artist_ids": [
        "2e3a5b97-aec7-4b11-bb56-77ad52b99b86"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy this Live on KEXP performance from Whitney who joined us in 2019:\nhttps://www.youtube.com/watch?v=K5WBkdEhs90",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}