Information about plays

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

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

{
    "id": 343842,
    "uri": "https://api.kexp.org/v2/plays/343842/?format=api",
    "airdate": "2019-06-20T08:02:56-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "http://coverartarchive.org/release/60c1e000-91a8-4749-bd21-bebcbcbea847/2124187920-250.jpg",
    "thumbnail_uri": "",
    "song": "Paper Planes",
    "track_id": "615082fd-e2fc-3ca5-8120-fddaf01de23d",
    "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": "The Sri Lankan civil war caused M.I.A.'s (born Mathangi Arulpragasam) mother to relocate her and her children to Madras in India. M.I.A. eventually made her way to London, and released her first album <i>Arular</i> in 2005",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}