Information about plays

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

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

{
    "id": 3417119,
    "uri": "https://api.kexp.org/v2/plays/3417119/?format=api",
    "airdate": "2024-10-25T13:03:21-07:00",
    "show": 61668,
    "show_uri": "https://api.kexp.org/v2/shows/61668/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free Man in Paris",
    "track_id": "03bd95dc-f64d-379a-914c-9d4cc6ae7a87",
    "recording_id": "85dff2ff-a617-450e-aa7e-a73ff636b0b4",
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "Court and Spark",
    "release_id": "2ccd44d0-ab85-3c37-ad00-26317045243e",
    "release_group_id": "3bd19e28-698e-3b7e-a8ec-f872bf001651",
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1983-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Both David Crosby and Graham Nash contributed backing vocals on this track. Court and Spark Asylum was originally released in 1974. It was Mitchell's sixth studio album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}