Information about plays

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

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

{
    "id": 419881,
    "uri": "https://api.kexp.org/v2/plays/419881/?format=api",
    "airdate": "2001-04-30T22:40:00-07:00",
    "show": 7024,
    "show_uri": "https://api.kexp.org/v2/shows/7024/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5102vTIYCSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5102vTIYCSL._SL75_.jpg",
    "song": "Walk This Way",
    "track_id": "e620f618-a7ab-4966-a0bc-6167f8eb52ca",
    "recording_id": null,
    "artist": "Run‐D.M.C.",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0"
    ],
    "album": "Raising Hell",
    "release_id": "cafdce63-fbe3-462d-afdb-9fdd6514256b",
    "release_group_id": null,
    "labels": [
        "Profile Records"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}