Information about plays

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

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

{
    "id": 498134,
    "uri": "https://api.kexp.org/v2/plays/498134/?format=api",
    "airdate": "2001-12-18T18:34:00-08:00",
    "show": 8549,
    "show_uri": "https://api.kexp.org/v2/shows/8549/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2175AGE5DZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2175AGE5DZL._SL75_.jpg",
    "song": "Vuelvo al Sur",
    "track_id": "8aa29a5f-da32-4963-a591-6310d700e213",
    "recording_id": null,
    "artist": "Astor Piazzolla",
    "artist_ids": [
        "e280268a-a5ab-4bb0-be4d-ec470ca59131"
    ],
    "album": "Tanguedia de Amor",
    "release_id": "4886711c-e020-428e-9014-5fbd1b7b0e4a",
    "release_group_id": null,
    "labels": [
        "Milan Records"
    ],
    "label_ids": [
        "ebdc3628-fd39-42bf-ae4a-ead6296d779d"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}