Information about plays

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

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

{
    "id": 1273289,
    "uri": "https://api.kexp.org/v2/plays/1273289/?format=api",
    "airdate": "2007-08-30T18:27:19-07:00",
    "show": 22288,
    "show_uri": "https://api.kexp.org/v2/shows/22288/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PMTXCBCVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PMTXCBCVL._SL75_.jpg",
    "song": "Burning Photographs",
    "track_id": null,
    "recording_id": null,
    "artist": "Ryan Adams",
    "artist_ids": [
        "c80f38a6-9980-485d-997c-5c1a9cbd0d64"
    ],
    "album": "Rock N Roll",
    "release_id": "95af8ca5-8f40-42c3-815b-461f36018d24",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "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"
}