Information about plays

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

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

{
    "id": 505901,
    "uri": "https://api.kexp.org/v2/plays/505901/?format=api",
    "airdate": "2002-01-11T03:00:00-08:00",
    "show": 8700,
    "show_uri": "https://api.kexp.org/v2/shows/8700/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418G7KAFVAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418G7KAFVAL._SL75_.jpg",
    "song": "Heart Pound (feat. Evidence & DJ Babu)",
    "track_id": "6d3ffd1e-5a94-4639-8b87-e92e70b44aca",
    "recording_id": null,
    "artist": "The Creators",
    "artist_ids": [
        "7a7edb7f-975d-4be6-9f7a-adbaa62f3ef3"
    ],
    "album": "The Weight",
    "release_id": "dccc3bf8-9188-45b3-961a-4af76be84c4f",
    "release_group_id": null,
    "labels": [
        "Wall of Sound"
    ],
    "label_ids": [
        "1493293e-a9cf-485e-a7e3-78d726e4eb24"
    ],
    "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"
}