Information about plays

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

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

{
    "id": 378938,
    "uri": "https://api.kexp.org/v2/plays/378938/?format=api",
    "airdate": "2019-09-10T01:48:02-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "http://coverartarchive.org/release/60c1e000-91a8-4749-bd21-bebcbcbea847/2124187920-250.jpg",
    "thumbnail_uri": "",
    "song": "Boyz",
    "track_id": "18f7fdeb-69d4-39a2-bfdb-5ded99c18655",
    "recording_id": null,
    "artist": "M.I.A.",
    "artist_ids": [
        "7cf0ea9d-86b9-4dad-ba9e-2355a64899ea"
    ],
    "album": "Kala",
    "release_id": "60c1e000-91a8-4749-bd21-bebcbcbea847",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2007-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the official trailer for MATANGI / MAYA / M.I.A., a documentary about the life of M.I.A. https://bit.ly/2Llx3yk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}