Information about plays

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

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

{
    "id": 1386053,
    "uri": "https://api.kexp.org/v2/plays/1386053/?format=api",
    "airdate": "2008-06-15T20:55:00-07:00",
    "show": 24197,
    "show_uri": "https://api.kexp.org/v2/shows/24197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Matter What",
    "track_id": "cd1604be-6374-40e1-99c4-863fdf4b2387",
    "recording_id": null,
    "artist": "T.I.",
    "artist_ids": [
        "f7ba7fbe-c6bd-4ac0-bee9-c25c558d7d62"
    ],
    "album": "Promo Only: Urban Club, July 2008 (disc 1)",
    "release_id": "deccf7ea-0f66-4006-8709-8fef16978e40",
    "release_group_id": null,
    "labels": [
        "Promo Only"
    ],
    "label_ids": [
        "f4bfa0c3-6e7c-4d8c-b1b3-91624a6a9aed"
    ],
    "release_date": "2008-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}