Information about plays

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

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

{
    "id": 348621,
    "uri": "https://api.kexp.org/v2/plays/348621/?format=api",
    "airdate": "2019-07-01T12:14:00-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Queens of the Breakers",
    "track_id": null,
    "recording_id": null,
    "artist": "The Barr Brothers",
    "artist_ids": [
        "e8c28ca7-c14d-4dff-86d6-06bfac138422"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2017-12-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "From Montréal, QC. Check out Live Video from The Barr Brothers' entire KEXP performance at Breakglass Studios, during POP Montréal 2017: https://www.youtube.com/watch?v=M6eP7VTMQmw.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}