Information about plays

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

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

{
    "id": 432243,
    "uri": "https://api.kexp.org/v2/plays/432243/?format=api",
    "airdate": "2001-06-07T10:43:20-07:00",
    "show": 7271,
    "show_uri": "https://api.kexp.org/v2/shows/7271/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XPPE8FA3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XPPE8FA3L._SL75_.jpg",
    "song": "Tonz 'o' Gunz",
    "track_id": "01835757-d840-4256-aab4-2ad671339a35",
    "recording_id": null,
    "artist": "Gang Starr",
    "artist_ids": [
        "9ef8042a-2528-4f5c-b7c1-5e72b1efe170"
    ],
    "album": "Full Clip: A Decade of Gang Starr (disc 1)",
    "release_id": "325b57cb-aa85-4232-b6e3-c24240fc1e32",
    "release_group_id": null,
    "labels": [
        "Empire"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}