Information about plays

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

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

{
    "id": 1386045,
    "uri": "https://api.kexp.org/v2/plays/1386045/?format=api",
    "airdate": "2008-06-15T20:28:00-07:00",
    "show": 24197,
    "show_uri": "https://api.kexp.org/v2/shows/24197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rider, Part 2",
    "track_id": "ea65d4bb-1f53-4f4c-aaf8-4e83f0587e35",
    "recording_id": null,
    "artist": "G-Unit",
    "artist_ids": [
        "3a212655-d7d5-4570-9d31-4b7b1ef02629"
    ],
    "album": "Promo Only: Urban Club, June 2008 (disc 1)",
    "release_id": "5a7e6e56-c9dd-4f90-a048-5696f86ce5e0",
    "release_group_id": null,
    "labels": [
        "Promo Only"
    ],
    "label_ids": [
        "f4bfa0c3-6e7c-4d8c-b1b3-91624a6a9aed"
    ],
    "release_date": "2008-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}