Information about plays

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

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

{
    "id": 505194,
    "uri": "https://api.kexp.org/v2/plays/505194/?format=api",
    "airdate": "2002-01-09T02:41:00-08:00",
    "show": 8688,
    "show_uri": "https://api.kexp.org/v2/shows/8688/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/415JPkdR%2BmL.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/415JPkdR%2BmL._SL75_.jpg",
    "song": "Behind the Screens",
    "track_id": "c38eef47-0a2f-4a15-bb15-31c0ed369c35",
    "recording_id": null,
    "artist": "The Standard",
    "artist_ids": [
        "24b450f8-cbb4-4a44-a201-49c9e3de36ef"
    ],
    "album": "August",
    "release_id": "65f225e5-1751-4e61-9ade-b69890c3d648",
    "release_group_id": null,
    "labels": [
        "Barbaric"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}