Information about plays

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

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

{
    "id": 1177785,
    "uri": "https://api.kexp.org/v2/plays/1177785/?format=api",
    "airdate": "2006-12-28T03:21:56-08:00",
    "show": 20652,
    "show_uri": "https://api.kexp.org/v2/shows/20652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JSJ5PX2JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JSJ5PX2JL._SL75_.jpg",
    "song": "Y Control",
    "track_id": null,
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs  ",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Fever to Tell",
    "release_id": "f4783344-6746-4938-b908-16e2c82e7ff9",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2003-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}