Information about plays

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

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

{
    "id": 1387632,
    "uri": "https://api.kexp.org/v2/plays/1387632/?format=api",
    "airdate": "2008-06-19T20:04:43-07:00",
    "show": 24222,
    "show_uri": "https://api.kexp.org/v2/shows/24222/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519ROdy9YAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519ROdy9YAL._SL75_.jpg",
    "song": "Rolling Stone",
    "track_id": null,
    "recording_id": null,
    "artist": "Billy Joe Shaver",
    "artist_ids": [
        "2af8def8-db31-4998-8bd9-18fdd76db088"
    ],
    "album": "Everybody's Brother",
    "release_id": "450eee93-a4bc-4b23-8ec0-2b13b15c8a37",
    "release_group_id": null,
    "labels": [
        "Compadre Records"
    ],
    "label_ids": [
        "ca9cb3cc-7022-4560-aef9-08a117178be4"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}