Information about plays

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

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

{
    "id": 3413156,
    "uri": "https://api.kexp.org/v2/plays/3413156/?format=api",
    "airdate": "2024-10-15T23:41:59-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sete",
    "track_id": null,
    "recording_id": "8fbae463-0a8c-4b3f-881f-2319e166d348",
    "artist": "Blond:ish, Francis Mercier & Amadou & Mariam",
    "artist_ids": [
        "598ded27-65cd-481b-b1d1-173f03e459de",
        "a6fdfbc9-f587-4f02-bb59-1577636fd10b",
        "1fb60b6c-0f4d-42b4-8a5e-de705ec76660"
    ],
    "album": "Sete",
    "release_id": null,
    "release_group_id": "d8f31c4f-5f4e-4f47-8f53-fbb26c781206",
    "labels": [
        "Insomniac Records"
    ],
    "label_ids": [
        "b0ef848f-8552-45ce-9c6c-7ea2c5836e71"
    ],
    "release_date": "2022-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amadou and Miriam are a husband and wife team from the country of Mali. http://amadou-mariam.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}