Information about plays

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

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

{
    "id": 460226,
    "uri": "https://api.kexp.org/v2/plays/460226/?format=api",
    "airdate": "2001-08-28T00:50:00-07:00",
    "show": 7807,
    "show_uri": "https://api.kexp.org/v2/shows/7807/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TA7SGTK5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TA7SGTK5L._SL75_.jpg",
    "song": "A Greater Source of Power",
    "track_id": "a1bee435-46b7-419a-87bb-c14e997f4b0b",
    "recording_id": null,
    "artist": "Bill Laswell & Style Scott",
    "artist_ids": [
        "f097dde4-f953-4c87-ae36-b2d1dc164daf"
    ],
    "album": "Dub Meltdown",
    "release_id": "f843a359-0401-40d8-9627-3486d6fc7ab5",
    "release_group_id": null,
    "labels": [
        "WordSound"
    ],
    "label_ids": [
        "201b9f9e-4d75-4e8a-8cb8-fc0b28dc45b8"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}