Information about plays

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

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

{
    "id": 510561,
    "uri": "https://api.kexp.org/v2/plays/510561/?format=api",
    "airdate": "2002-01-24T22:56:00-08:00",
    "show": 8794,
    "show_uri": "https://api.kexp.org/v2/shows/8794/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21EADGEB6GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21EADGEB6GL._SL75_.jpg",
    "song": "The Seven Souls (The Secret Name remix by Bill Laswell)",
    "track_id": "6ba43dd6-1ab8-4ab1-a266-886cfe77082f",
    "recording_id": null,
    "artist": "Material",
    "artist_ids": [
        "ceaf841a-60e9-4391-9e26-88b853cd4658"
    ],
    "album": "The Road to the Western Lands",
    "release_id": "d7a5214f-ef6a-4e45-9394-0c1f570577fd",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "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"
}