Information about plays

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

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

{
    "id": 477805,
    "uri": "https://api.kexp.org/v2/plays/477805/?format=api",
    "airdate": "2001-10-18T18:47:22-07:00",
    "show": 8148,
    "show_uri": "https://api.kexp.org/v2/shows/8148/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515xVbLATQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515xVbLATQL._SL75_.jpg",
    "song": "Who's Crying for You Now",
    "track_id": "ae2427fe-2ef2-446c-be00-deff93384011",
    "recording_id": null,
    "artist": "Beth and April Stevens",
    "artist_ids": [
        "20c0aa19-89f7-41e0-a22c-5b4daaf85cd5"
    ],
    "album": "Sisters",
    "release_id": "7e4fd2ad-834a-4a18-9f2e-ffbb1c3faa53",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}