Information about plays

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

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

{
    "id": 502441,
    "uri": "https://api.kexp.org/v2/plays/502441/?format=api",
    "airdate": "2002-01-01T00:52:00-08:00",
    "show": 8634,
    "show_uri": "https://api.kexp.org/v2/shows/8634/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hz-VtuO2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hz-VtuO2L._SL75_.jpg",
    "song": "I Wanna Know If It's Good to You",
    "track_id": "1db933bd-0034-478f-b8dc-c7a4c2b23cf6",
    "recording_id": null,
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Free Your Mind...And Your Ass Will Follow",
    "release_id": "20b3d583-2149-470a-8ac4-39f8e8541975",
    "release_group_id": null,
    "labels": [
        "Westbound"
    ],
    "label_ids": [],
    "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"
}