Information about plays

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

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

{
    "id": 1408498,
    "uri": "https://api.kexp.org/v2/plays/1408498/?format=api",
    "airdate": "2008-08-11T10:01:30-07:00",
    "show": 24574,
    "show_uri": "https://api.kexp.org/v2/shows/24574/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Dressed Up",
    "track_id": "3eede65b-f980-4800-971c-008b49a79664",
    "recording_id": null,
    "artist": "Thrush Hermit",
    "artist_ids": [
        "39e8654b-4b01-4e62-bf50-9ad8485b5ba0"
    ],
    "album": "Smart Bomb",
    "release_id": "8e004059-dbaa-4b04-b1e2-f8e28cf6e760",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}