Information about plays

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

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

{
    "id": 532735,
    "uri": "https://api.kexp.org/v2/plays/532735/?format=api",
    "airdate": "2002-03-30T00:04:00-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZM1T93dVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZM1T93dVL._SL75_.jpg",
    "song": "Too High",
    "track_id": null,
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Innervisions",
    "release_id": "f5b19d0e-1398-41db-a24f-50b3f6599a39",
    "release_group_id": null,
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1973-08-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}