Information about plays

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

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

{
    "id": 3422350,
    "uri": "https://api.kexp.org/v2/plays/3422350/?format=api",
    "airdate": "2024-11-07T03:58:19-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://coverartarchive.org/release/39d7c371-e592-4203-b760-d06fd1514a2a/3668187406-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39d7c371-e592-4203-b760-d06fd1514a2a/3668187406-250.jpg",
    "song": "Never Surrender",
    "track_id": null,
    "recording_id": "c76ba4d0-00fb-44c4-b900-f33b621ac4b4",
    "artist": "Triumph",
    "artist_ids": [
        "5ba43ff1-f124-4b94-aed8-6428bd90bdd4"
    ],
    "album": "Never Surrender",
    "release_id": null,
    "release_group_id": "907b783f-7d4a-3df8-bb83-05a67993e15e",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}