Information about plays

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

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

{
    "id": 427646,
    "uri": "https://api.kexp.org/v2/plays/427646/?format=api",
    "airdate": "2001-05-24T15:56:15-07:00",
    "show": 7182,
    "show_uri": "https://api.kexp.org/v2/shows/7182/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510EN71Q88L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510EN71Q88L._SL75_.jpg",
    "song": "B.I. vs Friendship (feat. M.O.P.)",
    "track_id": null,
    "recording_id": null,
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Moment of Truth",
    "release_id": "a164b1b6-00dc-4722-be0d-62601accb796",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}