Information about plays

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

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

{
    "id": 1342136,
    "uri": "https://api.kexp.org/v2/plays/1342136/?format=api",
    "airdate": "2008-02-23T00:22:12-08:00",
    "show": 23445,
    "show_uri": "https://api.kexp.org/v2/shows/23445/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41tFZeFVECL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41tFZeFVECL._SL75_.jpg",
    "song": "Gbede Temin",
    "track_id": "a221183c-1667-4403-aadb-7087416effe7",
    "recording_id": null,
    "artist": "Avishai Cohen",
    "artist_ids": [
        "17d78170-7194-4603-8dbb-ca1108430882"
    ],
    "album": "After the Big Rain",
    "release_id": "06ba6ac4-a573-40fa-b3d7-1c4aa75e7ae1",
    "release_group_id": null,
    "labels": [
        "Anzic Records"
    ],
    "label_ids": [
        "081f9f5d-27a0-4115-b70e-b46f44fa0909"
    ],
    "release_date": "2007-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}