Information about plays

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

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

{
    "id": 3428448,
    "uri": "https://api.kexp.org/v2/plays/3428448/?format=api",
    "airdate": "2024-11-22T00:05:32-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Testing 1-2",
    "track_id": null,
    "recording_id": "edfb6c76-5f47-447a-9e5f-3d8621e3945e",
    "artist": "Model 500",
    "artist_ids": [
        "e569aee8-33ff-48e5-b0ed-4ceba1a37714"
    ],
    "album": "Testing 1-2 / Bang The Beat",
    "release_id": null,
    "release_group_id": "ec0dc3a9-374c-430a-9f1b-8409e171bfd7",
    "labels": [
        "Metroplex"
    ],
    "label_ids": [
        "490dbfcc-04b5-4660-9a64-a4cd66c1fd4b"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}