Information about plays

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

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

{
    "id": 417922,
    "uri": "https://api.kexp.org/v2/plays/417922/?format=api",
    "airdate": "2001-04-25T00:46:09-07:00",
    "show": 6982,
    "show_uri": "https://api.kexp.org/v2/shows/6982/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2154P5GG9YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2154P5GG9YL._SL75_.jpg",
    "song": "Blackouts",
    "track_id": "7b7a6ac3-7bda-41eb-b9b0-9648b5cff65e",
    "recording_id": null,
    "artist": "Les Savy Fav ",
    "artist_ids": [
        "c507bf8f-2ac0-47e5-b7c6-4afd61a977e2"
    ],
    "album": "3/5",
    "release_id": "b49dc70e-424d-42c3-b844-ea513d5474d7",
    "release_group_id": null,
    "labels": [
        "The Self-Starter Foundation"
    ],
    "label_ids": [
        "8a5b200b-99a3-477e-87a0-b076906bf4d5"
    ],
    "release_date": "1997-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}