Information about plays

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

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

{
    "id": 3422294,
    "uri": "https://api.kexp.org/v2/plays/3422294/?format=api",
    "airdate": "2024-11-07T00:49:33-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’ll Come Running Back to You",
    "track_id": "b1bc7367-3c0a-316e-bd4d-a2b5e354152a",
    "recording_id": "02f1e14a-c22c-40ac-a816-cbfa3572312d",
    "artist": "Sam Cooke",
    "artist_ids": [
        "6c8fd0be-d961-454c-aee0-4366a6dbc993"
    ],
    "album": "Specialty Profiles",
    "release_id": "9caaa36c-f6d9-4901-b166-2dbb47571389",
    "release_group_id": "a188cb15-1398-34d0-a1c9-50bcdd6b6cce",
    "labels": [
        "Specialty Records"
    ],
    "label_ids": [
        "85d8c21e-0a0c-4241-b677-c3a57b0e91e4"
    ],
    "release_date": "2006-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}