Information about plays

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

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

{
    "id": 1314497,
    "uri": "https://api.kexp.org/v2/plays/1314497/?format=api",
    "airdate": "2007-12-15T11:21:00-08:00",
    "show": 22987,
    "show_uri": "https://api.kexp.org/v2/shows/22987/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411KFH4WAQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411KFH4WAQL._SL75_.jpg",
    "song": "Tom's Diner",
    "track_id": "5a223385-07af-4d40-b901-e9785670aa83",
    "recording_id": null,
    "artist": "Michigan & Smiley",
    "artist_ids": [
        "c7e8fc0f-47dc-4cd4-be64-ac907fe04cd6"
    ],
    "album": "Tom's Album",
    "release_id": "aff8e013-f8e9-48c4-93fe-be01d6ac4272",
    "release_group_id": null,
    "labels": [
        "Penthouse"
    ],
    "label_ids": [
        "7c6f9042-f22b-4315-b194-0da838fbf687"
    ],
    "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"
}