Information about plays

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

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

{
    "id": 473278,
    "uri": "https://api.kexp.org/v2/plays/473278/?format=api",
    "airdate": "2001-10-05T16:11:15-07:00",
    "show": 8061,
    "show_uri": "https://api.kexp.org/v2/shows/8061/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21Q8PZZFQFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21Q8PZZFQFL._SL75_.jpg",
    "song": "Weak",
    "track_id": "e8936c06-a6fd-4e7c-8c0c-25fcad8179f3",
    "recording_id": null,
    "artist": "Nothing Painted Blue",
    "artist_ids": [
        "d694a07c-48c9-47d1-939c-a98741c9bde5"
    ],
    "album": "Placeholders",
    "release_id": "a3339a52-6e4a-4a9b-b03a-1bf356d1bbeb",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "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"
}