Information about plays

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

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

{
    "id": 371492,
    "uri": "https://api.kexp.org/v2/plays/371492/?format=api",
    "airdate": "2019-08-23T21:51:00-07:00",
    "show": 6186,
    "show_uri": "https://api.kexp.org/v2/shows/6186/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dopeman (remix)",
    "track_id": "a5ebe2c1-9b9f-42b4-a350-f30cab525104",
    "recording_id": null,
    "artist": "N.W.A",
    "artist_ids": [
        "3a54bffa-2314-44a2-927b-60144119c780"
    ],
    "album": "Straight Outta Compton",
    "release_id": "c9f286ba-092d-4191-a11c-da849edf6876",
    "release_group_id": null,
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eazy-E: September 7th Virgo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}