Information about plays

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

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

{
    "id": 3414942,
    "uri": "https://api.kexp.org/v2/plays/3414942/?format=api",
    "airdate": "2024-10-20T03:36:32-07:00",
    "show": 61624,
    "show_uri": "https://api.kexp.org/v2/shows/61624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Motorcrash",
    "track_id": "60780131-9ec7-3118-a340-62c97849383f",
    "recording_id": "c47f517c-1c87-458a-9263-c64d4ce00c61",
    "artist": "The Sugarcubes",
    "artist_ids": [
        "95303251-46d5-4239-89c8-eaf0b0947a11"
    ],
    "album": "Life’s Too Good",
    "release_id": "4c4970b2-b955-420d-98c2-27cc9b81036a",
    "release_group_id": "972b3962-49dc-3bbc-ab11-c6b8f7f0838b",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}