Information about plays

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

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

{
    "id": 1353194,
    "uri": "https://api.kexp.org/v2/plays/1353194/?format=api",
    "airdate": "2008-03-23T02:50:29-07:00",
    "show": 23636,
    "show_uri": "https://api.kexp.org/v2/shows/23636/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61GDeleLvhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61GDeleLvhL._SL75_.jpg",
    "song": "Where You at Now? / Crash and Burn / Twitch (version II)",
    "track_id": "4a3ccfef-a5fe-4ccd-950d-817146b7cac6",
    "recording_id": null,
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "Twitch",
    "release_id": "13a66df4-ce5c-4e8e-9ba1-8766decf5676",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}