Information about plays

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

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

{
    "id": 351785,
    "uri": "https://api.kexp.org/v2/plays/351785/?format=api",
    "airdate": "2019-07-08T17:17:59-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/a9a6445a-69c3-4832-a7a2-c3d822eb1648/20605586742-250.jpg",
    "thumbnail_uri": "",
    "song": "Cassius",
    "track_id": "067ecac4-8bb1-3edd-8473-4228a44247d3",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Antidotes",
    "release_id": "a9a6445a-69c3-4832-a7a2-c3d822eb1648",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Foals hail from Oxford, England and formed in 2005. The band's current line-up consists of lead vocalist and lead guitarist Yannis Philippakis, drummer and percussionist Jack Bevan, rhythm guitarist Jimmy Smith, and keyboardist Edwin Congreave.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}