Information about plays

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

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

{
    "id": 1314812,
    "uri": "https://api.kexp.org/v2/plays/1314812/?format=api",
    "airdate": "2007-12-16T04:50:41-08:00",
    "show": 22993,
    "show_uri": "https://api.kexp.org/v2/shows/22993/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HE53BEWDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HE53BEWDL._SL75_.jpg",
    "song": "An Gwirder",
    "track_id": "dac5047d-a17b-46a3-b0f3-8624c3923caf",
    "recording_id": null,
    "artist": "Baka Beyond",
    "artist_ids": [
        "bc30924c-1900-41c3-9a97-41a93433836f"
    ],
    "album": "East to West",
    "release_id": "48d8c39d-9f47-41c6-afc5-90c0796698d7",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}