Information about plays

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

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

{
    "id": 1277459,
    "uri": "https://api.kexp.org/v2/plays/1277459/?format=api",
    "airdate": "2007-09-10T08:15:40-07:00",
    "show": 22359,
    "show_uri": "https://api.kexp.org/v2/shows/22359/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31nGBhlxEkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31nGBhlxEkL._SL75_.jpg",
    "song": "The Swish",
    "track_id": "2abf5479-bedb-4d08-b13b-7bf1fda24d19",
    "recording_id": null,
    "artist": "The Hold Steady",
    "artist_ids": [
        "4883523d-fc0e-4d0d-802c-91379e767083"
    ],
    "album": "Almost Killed Me",
    "release_id": "d0b78e7c-7ea0-478e-9ba9-9afd7a2750c2",
    "release_group_id": null,
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "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"
}