Information about plays

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

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

{
    "id": 353510,
    "uri": "https://api.kexp.org/v2/plays/353510/?format=api",
    "airdate": "2019-07-12T14:47:09-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/a2ddb6ff-7bc9-472b-bedb-65eb4988c3a2/22790991427-250.jpg",
    "thumbnail_uri": "",
    "song": "Ellipsis",
    "track_id": "2d1308d3-d817-4e66-bc32-c7251f1b898d",
    "recording_id": null,
    "artist": "Drab Majesty",
    "artist_ids": [
        "284befc2-ac10-47bd-8ac0-c6d2c961ca3f"
    ],
    "album": "Modern Mirror",
    "release_id": "a2ddb6ff-7bc9-472b-bedb-65eb4988c3a2",
    "release_group_id": null,
    "labels": [
        "Dais Records"
    ],
    "label_ids": [
        "ba3abcfa-1808-41d6-8b8b-9bb06c0f772e"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Drab Majesty is a Los Angeles-based musical project founded by musician Deb Demure while working as the drummer for the band Marriages, in 2011.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}