Information about plays

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

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

{
    "id": 1263517,
    "uri": "https://api.kexp.org/v2/plays/1263517/?format=api",
    "airdate": "2007-08-06T04:10:56-07:00",
    "show": 22127,
    "show_uri": "https://api.kexp.org/v2/shows/22127/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IqaG1wLLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IqaG1wLLL._SL75_.jpg",
    "song": "Everybody Knows",
    "track_id": "98a2adfd-6cbd-46af-a9b7-6fb7f03d1e48",
    "recording_id": null,
    "artist": "Ryan Adams",
    "artist_ids": [
        "c80f38a6-9980-485d-997c-5c1a9cbd0d64"
    ],
    "album": "Easy Tiger",
    "release_id": "9d9e322b-f931-415e-b9a1-aa6b75d92e47",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2007-06-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}