Information about plays

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

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

{
    "id": 416030,
    "uri": "https://api.kexp.org/v2/plays/416030/?format=api",
    "airdate": "2001-04-18T12:38:34-07:00",
    "show": 6942,
    "show_uri": "https://api.kexp.org/v2/shows/6942/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21p5OAKVXRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21p5OAKVXRL._SL75_.jpg",
    "song": "Viva La Speed Metal",
    "track_id": "7760c761-c79b-49f2-8cf2-df30b08ed25f",
    "recording_id": null,
    "artist": "The Jazz June",
    "artist_ids": [
        "d2c1110f-827d-4664-aa75-4c4604bf1776"
    ],
    "album": "The Medicine",
    "release_id": "7a376301-46da-41c9-b5e8-51d1d1395a18",
    "release_group_id": null,
    "labels": [
        "Initial"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}