Information about plays

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

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

{
    "id": 533472,
    "uri": "https://api.kexp.org/v2/plays/533472/?format=api",
    "airdate": "2002-04-01T08:16:56-08:00",
    "show": 9241,
    "show_uri": "https://api.kexp.org/v2/shows/9241/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21460MG2KPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21460MG2KPL._SL75_.jpg",
    "song": "Roll It Up",
    "track_id": null,
    "recording_id": null,
    "artist": "The Crystal Method",
    "artist_ids": [
        "aaf09f31-bb5c-43e5-9f54-bb6554c33a71"
    ],
    "album": "Tweekend",
    "release_id": "ef3d8537-975a-46d8-9549-2dd66723545d",
    "release_group_id": null,
    "labels": [
        "Outpost Recordings"
    ],
    "label_ids": [
        "bd577d0f-2ef6-4d42-a392-ffcca1f35afb"
    ],
    "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"
}