Information about plays

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

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

{
    "id": 1274161,
    "uri": "https://api.kexp.org/v2/plays/1274161/?format=api",
    "airdate": "2007-09-01T21:53:46-07:00",
    "show": 22302,
    "show_uri": "https://api.kexp.org/v2/shows/22302/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-QIiCaDcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-QIiCaDcL._SL75_.jpg",
    "song": "Warsaw",
    "track_id": "cc895299-2278-4fd9-b061-31ca9e810e75",
    "recording_id": null,
    "artist": "Warsaw",
    "artist_ids": [
        "bb4adc50-5455-45c1-8600-6fb22e202f83"
    ],
    "album": "Warsaw",
    "release_id": "f5be4c4d-fabf-42a7-9990-7e88296b956c",
    "release_group_id": null,
    "labels": [
        "Movieplay Gold"
    ],
    "label_ids": [
        "0df4e8d1-f6d0-44a4-a18d-81534ab0dca4"
    ],
    "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"
}