Information about plays

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

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

{
    "id": 1070288,
    "uri": "https://api.kexp.org/v2/plays/1070288/?format=api",
    "airdate": "2006-03-21T23:35:50-08:00",
    "show": 18804,
    "show_uri": "https://api.kexp.org/v2/shows/18804/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JDS8JAPZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JDS8JAPZL._SL75_.jpg",
    "song": "Hungover Together",
    "track_id": "19b27b0b-548f-4aa8-9763-b729f2935f48",
    "recording_id": null,
    "artist": "Supersuckers",
    "artist_ids": [
        "6fa09822-bbe4-4ff8-901d-4a39a4dd82e9"
    ],
    "album": "Must've Been Live",
    "release_id": "26781d13-6b43-4036-b512-fd30d6bbf883",
    "release_group_id": null,
    "labels": [
        "Mid Fi Recordings"
    ],
    "label_ids": [
        "c9862bb1-e8b4-438d-a483-2f8dad71b523"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}