Information about plays

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

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

{
    "id": 461956,
    "uri": "https://api.kexp.org/v2/plays/461956/?format=api",
    "airdate": "2001-09-01T22:35:00-07:00",
    "show": 7842,
    "show_uri": "https://api.kexp.org/v2/shows/7842/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/218W6NY22AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/218W6NY22AL._SL75_.jpg",
    "song": "Uranium",
    "track_id": "21e3f065-0100-47c2-adc4-b29f75beb40a",
    "recording_id": null,
    "artist": "Radioactive Man",
    "artist_ids": [
        "28b39ed0-5792-4f96-9230-40555528f32c"
    ],
    "album": "Groovetechnology v1.2: Electrocuted Presents Sexmachinemusic (disc 1)",
    "release_id": "0636a3b6-a017-402b-899b-c3d1693aac3e",
    "release_group_id": null,
    "labels": [
        "Groovetech Records"
    ],
    "label_ids": [
        "5bfd9b55-8968-4bb6-942c-25f77193f076"
    ],
    "release_date": "2001-09-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}