Information about plays

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

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

{
    "id": 3413743,
    "uri": "https://api.kexp.org/v2/plays/3413743/?format=api",
    "airdate": "2024-10-17T04:58:44-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Up",
    "track_id": null,
    "recording_id": "85cab8e2-cdb5-4bef-ad8a-0e7e9215aec5",
    "artist": "Masters at Work",
    "artist_ids": [
        "11293854-fc44-43e2-bb37-c48e5063bb55"
    ],
    "album": "The Album",
    "release_id": null,
    "release_group_id": "81c8a203-aa16-3596-960d-1785b3453969",
    "labels": [
        "Cutting Records"
    ],
    "label_ids": [
        "4c8594b5-9a09-408b-aab4-84be1827e869"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}