Information about plays

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

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

{
    "id": 3414833,
    "uri": "https://api.kexp.org/v2/plays/3414833/?format=api",
    "airdate": "2024-10-19T21:45:54-07:00",
    "show": 61622,
    "show_uri": "https://api.kexp.org/v2/shows/61622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "At The Kraken",
    "track_id": null,
    "recording_id": "610752a1-5a7d-40c4-92b1-779a1145d598",
    "artist": "The Subjunctives",
    "artist_ids": [
        "45c9ee5a-2bfd-4c0d-9548-4b5cafe724d9"
    ],
    "album": "Sunshine and Rainbows",
    "release_id": null,
    "release_group_id": "b0c619d1-7ace-4428-9fee-29b9f179b53e",
    "labels": [
        "Top Drawer Records"
    ],
    "label_ids": [
        "8981dbb5-ab8a-498a-8b30-a28c8e12618f"
    ],
    "release_date": "2019-11-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out the music video for this song by following the link below:\n\nhttps://youtu.be/M2VOdYBqKaM?si=9pIGL8CGiU_EgoGy\nhttps://www.thesubjunctives.com/?srsltid=AfmBOoqA4I5XuxGsosbAHS5_Vn6CEbGTx4Mp6IGLc_rqUUPRriZc91Xu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}