Information about plays

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

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

{
    "id": 1286897,
    "uri": "https://api.kexp.org/v2/plays/1286897/?format=api",
    "airdate": "2007-10-04T11:57:00-07:00",
    "show": 22517,
    "show_uri": "https://api.kexp.org/v2/shows/22517/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61-k417B5-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61-k417B5-L._SL75_.jpg",
    "song": "Soup",
    "track_id": "49719670-3871-418a-9af4-9d9e326e3457",
    "recording_id": null,
    "artist": "Tunng",
    "artist_ids": [
        "1eeaf46d-4991-4e95-8068-927627ccfc18"
    ],
    "album": "Good Arrows",
    "release_id": "fdebb0b7-73b6-4eea-bd96-fa11b8eff8b7",
    "release_group_id": null,
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2007-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}