Information about plays

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

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

{
    "id": 382128,
    "uri": "https://api.kexp.org/v2/plays/382128/?format=api",
    "airdate": "2019-09-17T19:26:18-07:00",
    "show": 6361,
    "show_uri": "https://api.kexp.org/v2/shows/6361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghame Zindagi Se Guzar",
    "track_id": "b8d80923-d011-31f6-b245-7ad60a172b4e",
    "recording_id": null,
    "artist": "Abida Parveen",
    "artist_ids": [
        "b5f74082-9851-4395-82f1-46bb9ba81d5b"
    ],
    "album": "Trance Planet",
    "release_id": "65643613-db1e-4cb4-a4e9-2a444048d74d",
    "release_group_id": null,
    "labels": [
        "Triloka Records"
    ],
    "label_ids": [
        "b872cbf7-d101-45d9-982b-1405cc5cbb2f"
    ],
    "release_date": "1998-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Abida is a Pakistani Sufi musician, the Muslim mystic musical tradition. She's been making music since 1970 and touring the globe since the 90s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}