Information about plays

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

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

{
    "id": 1356507,
    "uri": "https://api.kexp.org/v2/plays/1356507/?format=api",
    "airdate": "2008-03-31T11:17:53-07:00",
    "show": 23692,
    "show_uri": "https://api.kexp.org/v2/shows/23692/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51r7SmkHdDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51r7SmkHdDL._SL75_.jpg",
    "song": "Idle Hands",
    "track_id": "3871a6b0-91f5-4910-99a4-ae074e465258",
    "recording_id": null,
    "artist": "The Gutter Twins",
    "artist_ids": [
        "19a2a56f-fd53-4dea-8cec-88046efb0fd5"
    ],
    "album": "Saturnalia",
    "release_id": "ff817436-24b1-4d7b-9d78-6edf19bb005e",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-03-04",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}