Information about plays

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

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

{
    "id": 425574,
    "uri": "https://api.kexp.org/v2/plays/425574/?format=api",
    "airdate": "2001-05-18T03:13:20-07:00",
    "show": 7140,
    "show_uri": "https://api.kexp.org/v2/shows/7140/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51APWJ515FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51APWJ515FL._SL75_.jpg",
    "song": "Hallelujah / I Know It's Over (medley)",
    "track_id": "1c470972-fc5f-4cba-950b-019bb8922064",
    "recording_id": null,
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "Mystery White Boy",
    "release_id": "050bb2d1-ff40-4eb1-840b-d6e5485fd6bf",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "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"
}