Information about plays

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

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

{
    "id": 1239107,
    "uri": "https://api.kexp.org/v2/plays/1239107/?format=api",
    "airdate": "2007-06-04T06:08:41-07:00",
    "show": 21706,
    "show_uri": "https://api.kexp.org/v2/shows/21706/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511xhqVNTML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511xhqVNTML._SL75_.jpg",
    "song": "Anthems for a Seventeen Year‐Old Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "You Forgot It in People",
    "release_id": "f461c619-5c8e-4263-8dbb-2c005d6d25fb",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2003-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}