Information about plays

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

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

{
    "id": 1385915,
    "uri": "https://api.kexp.org/v2/plays/1385915/?format=api",
    "airdate": "2008-06-15T11:24:00-07:00",
    "show": 24194,
    "show_uri": "https://api.kexp.org/v2/shows/24194/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go Home and Do It",
    "track_id": "31af5d1c-1466-4024-9ab3-eb13d9d2284a",
    "recording_id": null,
    "artist": "Joe Tex",
    "artist_ids": [
        "bb25e0ba-fd11-4d2a-8ec3-f5674f67c874"
    ],
    "album": "Complete Dial Recordings, Volume 4",
    "release_id": "7e6da177-88a0-4a22-bed5-bcdceea733e5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}