Information about plays

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

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

{
    "id": 419357,
    "uri": "https://api.kexp.org/v2/plays/419357/?format=api",
    "airdate": "2001-04-29T09:33:36-07:00",
    "show": 7011,
    "show_uri": "https://api.kexp.org/v2/shows/7011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ScDBY5f%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ScDBY5f%2BL._SL75_.jpg",
    "song": "Love the Game",
    "track_id": "0079a8e7-00e9-47c2-a033-93db0228eed2",
    "recording_id": null,
    "artist": "Debbie Davies",
    "artist_ids": [
        "989d5fb7-b71e-4573-8cec-6bfacc9b131e"
    ],
    "album": "Love the Game",
    "release_id": "74af167c-fad6-498a-8392-8a375cd449e8",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}