Information about plays

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

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

{
    "id": 1351518,
    "uri": "https://api.kexp.org/v2/plays/1351518/?format=api",
    "airdate": "2008-03-19T01:46:26-07:00",
    "show": 23610,
    "show_uri": "https://api.kexp.org/v2/shows/23610/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wdJuKqXSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wdJuKqXSL._SL75_.jpg",
    "song": "Rated X",
    "track_id": "5ece8496-5fe4-4b6c-aa3f-21a0c3251189",
    "recording_id": null,
    "artist": "Neko Case & The Sadies",
    "artist_ids": [
        "0e483201-16ab-42a4-a88a-0f1d050c6636"
    ],
    "album": "Making Singles, Drinking Doubles",
    "release_id": "d3eace28-b81f-46d6-b427-69de65fac065",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "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"
}