Information about plays

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

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

{
    "id": 3413016,
    "uri": "https://api.kexp.org/v2/plays/3413016/?format=api",
    "airdate": "2024-10-15T15:15:26-07:00",
    "show": 61584,
    "show_uri": "https://api.kexp.org/v2/shows/61584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tchinta",
    "track_id": null,
    "recording_id": "70a9ffe0-d9b4-4231-8749-7b8bef9e0c09",
    "artist": "Mdou Moctar",
    "artist_ids": [
        "d85defaf-b82e-48be-beb5-2672099e392e"
    ],
    "album": "Funeral for Justice",
    "release_id": null,
    "release_group_id": "591e3145-737f-4765-95b3-297ea7ceb0e2",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2024-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to David!\n\nHe'll be at The Crocodile on October 22nd and in San Francisco at The Regency Ballroom on October 25th.\n--\nThe new album expressly addresses the conflict in Niger: https://xpn.org/2024/06/05/mdou-moctar-funeral-for-justice/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}