Information about plays

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

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

{
    "id": 417624,
    "uri": "https://api.kexp.org/v2/plays/417624/?format=api",
    "airdate": "2001-04-24T04:00:00-07:00",
    "show": 6975,
    "show_uri": "https://api.kexp.org/v2/shows/6975/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61F31D45MSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61F31D45MSL._SL75_.jpg",
    "song": "The Urban Hick's A-Gonna Work It Out",
    "track_id": "5ece85b9-953e-4376-b8b5-59db287d942e",
    "recording_id": null,
    "artist": "Mountain Con",
    "artist_ids": [
        "a4096751-ae06-4673-b0fc-73e88a0e618e"
    ],
    "album": "The MC Stands For Revolution",
    "release_id": "7aace656-825a-4e0e-8e98-38015f04c91a",
    "release_group_id": null,
    "labels": [
        "Acid Blues"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}