Information about plays

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

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

{
    "id": 2675431,
    "uri": "https://api.kexp.org/v2/plays/2675431/?format=api",
    "airdate": "2019-12-19T15:47:00-08:00",
    "show": 46181,
    "show_uri": "https://api.kexp.org/v2/shows/46181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paranoia",
    "track_id": null,
    "recording_id": null,
    "artist": "Levitation Free",
    "artist_ids": [],
    "album": "The World Is In Your Hands",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La Chapelle"
    ],
    "label_ids": [],
    "release_date": "2018-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Levitation Free was born during the summer 2014 while with a team of volunteers. Sebastien Jamet was helping paraplegics and quadriplegics during physical therapy sessions in water. This feeling of freedom found in weightlessness by them inspired the name of the group and its music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}