Information about plays

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

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

{
    "id": 417955,
    "uri": "https://api.kexp.org/v2/plays/417955/?format=api",
    "airdate": "2001-04-25T02:56:00-07:00",
    "show": 6983,
    "show_uri": "https://api.kexp.org/v2/shows/6983/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516D9ugDdZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516D9ugDdZL._SL75_.jpg",
    "song": "The Real You",
    "track_id": "4cb19f63-e1a0-4ee3-8edb-115247db84d4",
    "recording_id": null,
    "artist": "Joseph Arthur",
    "artist_ids": [
        "f24c343a-5c24-4633-8ae4-9a3e8cc1eee7"
    ],
    "album": "Come to Where I'm From",
    "release_id": "a56fe1d4-278f-4bc6-ba29-d109d8f52556",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "2000-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}