Information about plays

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

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

{
    "id": 356359,
    "uri": "https://api.kexp.org/v2/plays/356359/?format=api",
    "airdate": "2019-07-19T06:44:25-07:00",
    "show": 5938,
    "show_uri": "https://api.kexp.org/v2/shows/5938/?format=api",
    "image_uri": "http://coverartarchive.org/release/77f93e6d-19bb-416c-8fff-45cd4e7e5edd/15810545984-250.jpg",
    "thumbnail_uri": "",
    "song": "Good to Sea",
    "track_id": "9d4977c1-af80-33ab-aa3c-97b1bc758211",
    "recording_id": null,
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Autumn of the Seraphs",
    "release_id": "77f93e6d-19bb-416c-8fff-45cd4e7e5edd",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks, Josh, for this request.  Watch Pinback playing live in the KEXP studio in 2013:  https://www.youtube.com/watch?v=WaSeHrVJV5I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}