Information about plays

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

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

{
    "id": 1354079,
    "uri": "https://api.kexp.org/v2/plays/1354079/?format=api",
    "airdate": "2008-03-25T10:21:10-07:00",
    "show": 23652,
    "show_uri": "https://api.kexp.org/v2/shows/23652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516LJyjNN-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516LJyjNN-L._SL75_.jpg",
    "song": "Sweet Child O' Mine",
    "track_id": "ba69a2ec-dea0-49fa-b882-b0a93ccc15c0",
    "recording_id": null,
    "artist": "Taken by Trees",
    "artist_ids": [
        "95c71626-759b-411c-bec5-3fb638cd9c70"
    ],
    "album": "Sweet Child O' Mine",
    "release_id": "310c860e-1e49-44eb-88b7-e6e3319a576a",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2008-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}