Information about plays

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

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

{
    "id": 365827,
    "uri": "https://api.kexp.org/v2/plays/365827/?format=api",
    "airdate": "2019-08-11T03:18:56-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "http://coverartarchive.org/release/5a8b3c9b-909b-4b2f-ad8c-2484a8917ac4/23565239974-250.jpg",
    "thumbnail_uri": "",
    "song": "Playa's Ball",
    "track_id": "3f0c1d2a-a0b6-41d4-8633-1218b360c53d",
    "recording_id": null,
    "artist": "BJ the Chicago Kid & Rick Ross",
    "artist_ids": [
        "112beffb-1adc-488b-8d61-7b2ab3475d52"
    ],
    "album": "1123",
    "release_id": "5a8b3c9b-909b-4b2f-ad8c-2484a8917ac4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "BJ the Chicago Kid is in town at the Nectar Lounge Sept 23rd, and 24th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}