Information about plays

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

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

{
    "id": 415463,
    "uri": "https://api.kexp.org/v2/plays/415463/?format=api",
    "airdate": "2001-04-16T22:11:15-07:00",
    "show": 6928,
    "show_uri": "https://api.kexp.org/v2/shows/6928/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516p-b%2BnahL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516p-b%2BnahL._SL75_.jpg",
    "song": "Starter",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cardigans",
    "artist_ids": [
        "3e55d51d-687f-4a9d-af96-2fabccf802e5"
    ],
    "album": "Gran Turismo",
    "release_id": "baf46d57-6131-45c3-a0d5-5ac6f866f1d9",
    "release_group_id": null,
    "labels": [
        "Stockholm Records"
    ],
    "label_ids": [
        "d4e03a23-21a2-4638-a5b2-74eaca5004db"
    ],
    "release_date": "1998-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}