Information about plays

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

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

{
    "id": 1296620,
    "uri": "https://api.kexp.org/v2/plays/1296620/?format=api",
    "airdate": "2007-10-30T03:11:00-07:00",
    "show": 22685,
    "show_uri": "https://api.kexp.org/v2/shows/22685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FmiGp59pL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FmiGp59pL._SL75_.jpg",
    "song": "I'm Looking for Someone to Find Me",
    "track_id": "7349ea09-ca85-4f65-a141-2f008a02e93f",
    "recording_id": null,
    "artist": "Richard Hawley",
    "artist_ids": [
        "006f0783-c5a0-458b-a9da-f8551f7ebe77"
    ],
    "album": "Lady's Bridge",
    "release_id": "404d15cc-3997-46e6-8319-afb2024f866d",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2007-08-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}