Information about plays

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

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

{
    "id": 428087,
    "uri": "https://api.kexp.org/v2/plays/428087/?format=api",
    "airdate": "2001-05-25T18:43:38-07:00",
    "show": 7189,
    "show_uri": "https://api.kexp.org/v2/shows/7189/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bfP450DIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bfP450DIL._SL75_.jpg",
    "song": "Motel Time Again",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Paycheck",
    "artist_ids": [
        "fae7b17e-03e9-44ea-9734-f4ed92246f9f"
    ],
    "album": "The Real Mr. Heartache: The Little Darlin' Years",
    "release_id": "bd2d232b-b9b5-4e78-86af-d12ad1541063",
    "release_group_id": null,
    "labels": [
        "Country Music Foundation Records"
    ],
    "label_ids": [
        "1c0c06bb-7e89-4062-b709-4fe16ef6754a"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}