Information about plays

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

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

{
    "id": 3422299,
    "uri": "https://api.kexp.org/v2/plays/3422299/?format=api",
    "airdate": "2024-11-07T01:06:45-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Courage",
    "track_id": null,
    "recording_id": "e61b934d-6c62-4f02-94e9-51583e6f0b60",
    "artist": "Carrie Akre",
    "artist_ids": [
        "d4b880f0-b815-4050-90c7-309ee3a7ee3b"
    ],
    "album": "... Last the Evening",
    "release_id": null,
    "release_group_id": "801acb81-4397-3795-aa64-cc1161c21344",
    "labels": [
        "Loveless Records"
    ],
    "label_ids": [
        "04ea137c-7a6c-40f4-bebf-6c2638d14127"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}