Information about plays

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

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

{
    "id": 349181,
    "uri": "https://api.kexp.org/v2/plays/349181/?format=api",
    "airdate": "2019-07-02T18:08:00-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mudbira",
    "track_id": null,
    "recording_id": null,
    "artist": "A-Wa",
    "artist_ids": [],
    "album": "Bayti Fi Rasi",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "S Curve"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Israeli-Yemeni sister trio known as A-WA will be performing LIVE September 5th at Nectar Lounge. Experience them LIVE in KEXP studio. Recorded March 14, 2016 https://www.youtube.com/watch?reload=9&v=9S7y-OJxVec",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}