Information about plays

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

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

{
    "id": 1274067,
    "uri": "https://api.kexp.org/v2/plays/1274067/?format=api",
    "airdate": "2007-09-01T17:22:00-07:00",
    "show": 22300,
    "show_uri": "https://api.kexp.org/v2/shows/22300/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Q5E224CBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Q5E224CBL._SL75_.jpg",
    "song": "Sex Sux (Amen)",
    "track_id": "b0c8b56c-b528-4985-8f45-88295541e565",
    "recording_id": null,
    "artist": "The Vaselines",
    "artist_ids": [
        "a70b63fd-cae7-4a5f-b338-b18343f3ee2f"
    ],
    "album": "The Way of the Vaselines: A Complete History",
    "release_id": "d16fceb3-9852-41d3-b9be-8d50fd110ae7",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1992-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}