Information about plays

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

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

{
    "id": 382140,
    "uri": "https://api.kexp.org/v2/plays/382140/?format=api",
    "airdate": "2019-09-17T20:09:00-07:00",
    "show": 6361,
    "show_uri": "https://api.kexp.org/v2/shows/6361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ãasiman Begoyed",
    "track_id": "c0f2fc8b-5245-4304-8604-1eded6b87620",
    "recording_id": null,
    "artist": "Ahmad Zahir",
    "artist_ids": [
        "5a87198c-97d1-437a-ad90-a30f143cfc71"
    ],
    "album": "Volumes 2 & 3: The King of 70's Afghan Pop!",
    "release_id": "215358b2-59f1-4cdd-bdc4-29bbca2180c8",
    "release_group_id": null,
    "labels": [
        "Pharaway Sounds"
    ],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ahmad Zahir was an Afghan singer, songwriter, and composer. His songs are in Dari Persian and Pashto. Zahir was the first and only superstar in Afghanistan as his appeal crossed all boundaries of age, class, language, and regions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}