Information about plays

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

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

{
    "id": 1056354,
    "uri": "https://api.kexp.org/v2/plays/1056354/?format=api",
    "airdate": "2006-02-12T13:38:40-08:00",
    "show": 18557,
    "show_uri": "https://api.kexp.org/v2/shows/18557/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61T8PQ4KCXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61T8PQ4KCXL._SL75_.jpg",
    "song": "Static on the Radio",
    "track_id": null,
    "recording_id": null,
    "artist": "Jim White",
    "artist_ids": [
        "e1f83b22-d40e-400a-8ebb-4e59b5b53d31"
    ],
    "album": "Drill a Hole in That Substrate and Tell Me What You See",
    "release_id": "ded4f2e4-893b-411b-885e-996fa263a6ef",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}