Information about plays

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

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

{
    "id": 462190,
    "uri": "https://api.kexp.org/v2/plays/462190/?format=api",
    "airdate": "2001-09-02T18:25:42-07:00",
    "show": 7847,
    "show_uri": "https://api.kexp.org/v2/shows/7847/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51W981JAJPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51W981JAJPL._SL75_.jpg",
    "song": "Take Me to the Mardi Gras",
    "track_id": "3d9d22fd-93fc-492b-b0f9-4aaa95e7af2d",
    "recording_id": null,
    "artist": "Bob James",
    "artist_ids": [
        "f4d2fc5a-cacb-47c8-b096-ee73864b1aa8"
    ],
    "album": "Two",
    "release_id": "36db0951-a784-446b-8b90-a04b7f93a9f2",
    "release_group_id": null,
    "labels": [
        "WhiteLabel"
    ],
    "label_ids": [
        "b8f125c7-d125-4904-921d-d9bf3882894e"
    ],
    "release_date": "1975-05-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}