Information about plays

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

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

{
    "id": 1381061,
    "uri": "https://api.kexp.org/v2/plays/1381061/?format=api",
    "airdate": "2008-06-01T23:39:00-07:00",
    "show": 24106,
    "show_uri": "https://api.kexp.org/v2/shows/24106/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-GUQkNmXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-GUQkNmXL._SL75_.jpg",
    "song": "Genesis",
    "track_id": "afb2624e-d5bb-4489-8eab-7c4bf8378c2a",
    "recording_id": null,
    "artist": "Goth-Trad",
    "artist_ids": [
        "f2c933d1-f0f3-4bb7-9575-6a549da03489"
    ],
    "album": "Steppas' Delight: Dubstep Present to Future (disc 1)",
    "release_id": "0fc3288f-a423-4e11-b625-2aa97984e13e",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2008-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}