Information about plays

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

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

{
    "id": 1209107,
    "uri": "https://api.kexp.org/v2/plays/1209107/?format=api",
    "airdate": "2007-03-19T14:35:59-07:00",
    "show": 21197,
    "show_uri": "https://api.kexp.org/v2/shows/21197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Antwerp",
    "track_id": "ef181ce5-463e-452c-83b1-d2f220d63c26",
    "recording_id": null,
    "artist": "Downpilot",
    "artist_ids": [
        "3c346292-b242-4928-9013-8e57182c87bb"
    ],
    "album": "Like You Believe It",
    "release_id": "f6849910-b13d-4427-a988-bdc9c7f984e0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}