Information about plays

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

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

{
    "id": 425977,
    "uri": "https://api.kexp.org/v2/plays/425977/?format=api",
    "airdate": "2001-05-19T09:07:30-07:00",
    "show": 7147,
    "show_uri": "https://api.kexp.org/v2/shows/7147/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417FTFVX60L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417FTFVX60L._SL75_.jpg",
    "song": "Trial Days",
    "track_id": "c09af802-0c6c-43aa-ac58-284c4246c88f",
    "recording_id": null,
    "artist": "Lopez Walker",
    "artist_ids": [
        "73f0fc53-686e-45a7-a5d7-e4a6db02fc1d"
    ],
    "album": "Children of Jah 1977 -1979",
    "release_id": "46b7b0b3-cbb7-4d2f-93a2-7472de400928",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}