Information about plays

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

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

{
    "id": 532260,
    "uri": "https://api.kexp.org/v2/plays/532260/?format=api",
    "airdate": "2002-03-28T19:11:25-08:00",
    "show": 9214,
    "show_uri": "https://api.kexp.org/v2/shows/9214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61lgyi1p5nL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61lgyi1p5nL._SL75_.jpg",
    "song": "Across the Sea Blues",
    "track_id": "d42adfd6-2d69-405f-b867-37355551154b",
    "recording_id": null,
    "artist": "Longview",
    "artist_ids": [
        "e547bd54-6108-488e-b5b8-27590ba6500e"
    ],
    "album": "Lessons in Stone",
    "release_id": "fb8ab55f-638d-4cb9-bfe0-0f447dae988b",
    "release_group_id": null,
    "labels": [
        "Rebel"
    ],
    "label_ids": [],
    "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"
}