Information about plays

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

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

{
    "id": 1323429,
    "uri": "https://api.kexp.org/v2/plays/1323429/?format=api",
    "airdate": "2008-01-07T12:23:04-08:00",
    "show": 23140,
    "show_uri": "https://api.kexp.org/v2/shows/23140/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YMG3PB7NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YMG3PB7NL._SL75_.jpg",
    "song": "On Film I Play Myself",
    "track_id": null,
    "recording_id": null,
    "artist": "Tim Seely",
    "artist_ids": [
        "f356f143-90c3-47ef-8414-bb9fe5ac8253"
    ],
    "album": "Funeral Music",
    "release_id": "3bcbe8a3-311b-49ca-bdaa-fc32e993cb51",
    "release_group_id": null,
    "labels": [
        "African Love"
    ],
    "label_ids": [],
    "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"
}