Information about plays

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

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

{
    "id": 425911,
    "uri": "https://api.kexp.org/v2/plays/425911/?format=api",
    "airdate": "2001-05-19T02:20:00-07:00",
    "show": 7146,
    "show_uri": "https://api.kexp.org/v2/shows/7146/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61jC82wor3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61jC82wor3L._SL75_.jpg",
    "song": "Behind Bars",
    "track_id": "e0d5f2a1-962c-47b5-8877-81940b4aa104",
    "recording_id": null,
    "artist": "Slick Rick",
    "artist_ids": [
        "486af4f0-a79b-468f-be73-527cd4caf6ea"
    ],
    "album": "Behind Bars",
    "release_id": "65432fe5-7a5e-4718-936c-bec7b3008a47",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1994-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}