Information about plays

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

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

{
    "id": 1257690,
    "uri": "https://api.kexp.org/v2/plays/1257690/?format=api",
    "airdate": "2007-07-22T10:29:00-07:00",
    "show": 22025,
    "show_uri": "https://api.kexp.org/v2/shows/22025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "San-Ho-Zay",
    "track_id": "14fccedf-09e1-4ff7-9497-45478af9e4fb",
    "recording_id": null,
    "artist": "Freddie King",
    "artist_ids": [
        "d6ae4b23-965f-485a-b2c2-66c43ffaef20"
    ],
    "album": "All His Hits",
    "release_id": "dce0b635-abe3-4672-8243-d67b37a6e80c",
    "release_group_id": null,
    "labels": [
        "Federal"
    ],
    "label_ids": [
        "6696e4d1-88f4-4135-87eb-8ce773cf135a"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}