Information about plays

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

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

{
    "id": 369496,
    "uri": "https://api.kexp.org/v2/plays/369496/?format=api",
    "airdate": "2019-08-19T14:39:59-07:00",
    "show": 6161,
    "show_uri": "https://api.kexp.org/v2/shows/6161/?format=api",
    "image_uri": "http://coverartarchive.org/release/15677870-304b-4502-9d3e-ab76ee9b118b/13682872845-250.jpg",
    "thumbnail_uri": "",
    "song": "The Magician",
    "track_id": "8dbe560c-bdbe-4815-b5fc-db5802da7e50",
    "recording_id": null,
    "artist": "Andy Shauf",
    "artist_ids": [
        "7a3809ff-b299-441b-a963-1c7bd635db78"
    ],
    "album": "The Party",
    "release_id": "15677870-304b-4502-9d3e-ab76ee9b118b",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2016-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Concept album from Andy Shauf about observations made at a single party of the different characters from the point of view of a wallflower.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}