Information about plays

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

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

{
    "id": 1379083,
    "uri": "https://api.kexp.org/v2/plays/1379083/?format=api",
    "airdate": "2008-05-27T05:19:00-07:00",
    "show": 24068,
    "show_uri": "https://api.kexp.org/v2/shows/24068/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Gpa7rLYxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Gpa7rLYxL._SL75_.jpg",
    "song": "Here, It Never Snowed. Afterwards It Did",
    "track_id": "0e45e974-c7a0-4023-89e2-838425561016",
    "recording_id": null,
    "artist": "The Twilight Sad",
    "artist_ids": [
        "d44d63b8-3da4-4f7d-aba1-a05ba8941b44"
    ],
    "album": "Here, It Never Snowed. Afterwards It Did",
    "release_id": "50fa1103-63d7-42a3-87cf-f808e17ce8e7",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}