Information about plays

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

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

{
    "id": 1288511,
    "uri": "https://api.kexp.org/v2/plays/1288511/?format=api",
    "airdate": "2007-10-08T17:44:47-07:00",
    "show": 22548,
    "show_uri": "https://api.kexp.org/v2/shows/22548/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61F91LqfEcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61F91LqfEcL._SL75_.jpg",
    "song": "Ship Out on the Sea",
    "track_id": "5ae861ca-2f88-4183-b6af-c4d19965a10b",
    "recording_id": null,
    "artist": "The Be Good Tanyas",
    "artist_ids": [
        "bf52f343-a752-4633-8521-9e99eaad8f9f"
    ],
    "album": "Chinatown",
    "release_id": "d83a156e-46b0-4f23-9205-a8fe06ef6936",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "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"
}