Information about plays

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

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

{
    "id": 2675042,
    "uri": "https://api.kexp.org/v2/plays/2675042/?format=api",
    "airdate": "2019-12-18T19:00:04-08:00",
    "show": 46177,
    "show_uri": "https://api.kexp.org/v2/shows/46177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mag Wheels",
    "track_id": null,
    "recording_id": null,
    "artist": "Charlie Parr",
    "artist_ids": [
        "6619d534-0e17-4241-a1d0-2f8ec84968c4"
    ],
    "album": "2019-12-18 Live @ KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2019-12-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hope you caught Charlie in Seattle last Sunday, and this here is how he sounded when he stopped by The Roadhouse! He has a new album and tour, after recovering from a shattering shoulder injury: https://bluesmatters.com/charlie-parr ; https://www.charlieparr.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}