Information about plays

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

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

{
    "id": 3414944,
    "uri": "https://api.kexp.org/v2/plays/3414944/?format=api",
    "airdate": "2024-10-20T03:41:48-07:00",
    "show": 61624,
    "show_uri": "https://api.kexp.org/v2/shows/61624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Change",
    "track_id": "9ec79d19-8456-4260-99f5-8858d55ac627",
    "recording_id": "e96f11d2-9a9b-4ac0-af6a-4172c47836f8",
    "artist": "Enumclaw",
    "artist_ids": [
        "b60c8ec7-f8a7-424f-ae88-b1b2fcbe1aab"
    ],
    "album": "Home in Another Life",
    "release_id": "7707057e-68b2-44c2-b400-bbf183a5eba2",
    "release_group_id": "f55dba1b-6e7a-436b-a829-0b012be3c013",
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2024-08-30",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}