Information about plays

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

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

{
    "id": 3428457,
    "uri": "https://api.kexp.org/v2/plays/3428457/?format=api",
    "airdate": "2024-11-22T00:35:43-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Next to You",
    "track_id": null,
    "recording_id": "207667d1-ae40-4191-aa68-9208fd117a68",
    "artist": "High Fashion",
    "artist_ids": [
        "4c2bce89-ae1a-40b4-9e1f-53c75eb0012b"
    ],
    "album": "Album Collection",
    "release_id": null,
    "release_group_id": "51af91c1-d65c-4b81-9673-311de30ad943",
    "labels": [
        "Fonte Records"
    ],
    "label_ids": [
        "ddac070b-f930-4dab-8f76-9c5ac82bc228"
    ],
    "release_date": "2006-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}