Information about plays

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

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

{
    "id": 1295135,
    "uri": "https://api.kexp.org/v2/plays/1295135/?format=api",
    "airdate": "2007-10-25T17:12:12-07:00",
    "show": 22656,
    "show_uri": "https://api.kexp.org/v2/shows/22656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SASZH384L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SASZH384L._SL75_.jpg",
    "song": "Heartbeats",
    "track_id": null,
    "recording_id": null,
    "artist": "José González",
    "artist_ids": [
        "cd8c5019-5d75-4d5c-bc28-e1e26a7dd5c8"
    ],
    "album": "Veneer",
    "release_id": "5353952a-35a8-4c15-ae7e-95cd6dcf19a5",
    "release_group_id": null,
    "labels": [
        "Imperial Recordings"
    ],
    "label_ids": [
        "8597dee4-7293-4544-b3a2-c8b3650780fd"
    ],
    "release_date": "2003-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}