Information about plays

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

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

{
    "id": 348611,
    "uri": "https://api.kexp.org/v2/plays/348611/?format=api",
    "airdate": "2019-07-01T11:29:44-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/a52a3f30-36de-495e-a7a2-451cdb87532d/22427068891-250.jpg",
    "thumbnail_uri": "",
    "song": "On the Square",
    "track_id": "06c73ef3-c434-4e11-aca7-2787c04968f5",
    "recording_id": null,
    "artist": "Mac DeMarco",
    "artist_ids": [
        "f2492c31-54a8-4347-a1fc-f81f72873bbf"
    ],
    "album": "Here Comes the Cowboy",
    "release_id": "a52a3f30-36de-495e-a7a2-451cdb87532d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally from Edmonton, AB. Here's Live Video from Mac DeMarco's 2017 KEXP In-Studio: https://bit.ly/2DofTtg.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}