Information about plays

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

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

{
    "id": 1393197,
    "uri": "https://api.kexp.org/v2/plays/1393197/?format=api",
    "airdate": "2008-07-03T18:11:39-07:00",
    "show": 24314,
    "show_uri": "https://api.kexp.org/v2/shows/24314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Excuse Me",
    "track_id": "c3aa2741-dfdb-4612-8f63-6d6be6b31d31",
    "recording_id": null,
    "artist": "Wade Ray",
    "artist_ids": [
        "987d4af8-6544-4705-964f-291645e48d6f"
    ],
    "album": "Ultra Rare Western Swing, Volume 1",
    "release_id": "1f288fb8-95e6-4ed9-b7a5-2afc8796111c",
    "release_group_id": null,
    "labels": [
        "Chief"
    ],
    "label_ids": [
        "cfd228e6-7b4b-415c-81cb-9d6d8ecd1fc7"
    ],
    "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"
}