Information about plays

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

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

{
    "id": 356225,
    "uri": "https://api.kexp.org/v2/plays/356225/?format=api",
    "airdate": "2019-07-18T22:34:56-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "http://coverartarchive.org/release/c16a26e1-cc0f-4c43-8258-5199255776ee/23547892267-250.jpg",
    "thumbnail_uri": "",
    "song": "Hercules",
    "track_id": "358cbc78-2962-4858-9f7d-d942d552b321",
    "recording_id": null,
    "artist": "Common feat. Swizz Beatz",
    "artist_ids": [
        "698ff525-ff51-4206-8f08-60a7458aab24"
    ],
    "album": "Let Love",
    "release_id": "c16a26e1-cc0f-4c43-8258-5199255776ee",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rapper, actor, activist, philanthropist and author Common has officially announced he will release his twelfth studio album, Let Love, on August 30th. The album is inspired by his recent book, Let Love Have The Last Word. The book inspired him to write about things he’s never written about before, and he’s taken that same energy and put it into the upcoming album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}