Information about plays

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

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

{
    "id": 351337,
    "uri": "https://api.kexp.org/v2/plays/351337/?format=api",
    "airdate": "2019-07-07T14:13:01-07:00",
    "show": 5854,
    "show_uri": "https://api.kexp.org/v2/shows/5854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pda",
    "track_id": "5904890a-56f9-4173-b388-011f4ee44730",
    "recording_id": null,
    "artist": "Manatee Commune",
    "artist_ids": [
        "5dfdbd4d-339e-46e2-b7a5-b487af114025"
    ],
    "album": "PDA",
    "release_id": "64655010-9851-48c0-b3b9-0f3d9c1c5ccf",
    "release_group_id": null,
    "labels": [
        "Bastard Jazz Recordings"
    ],
    "label_ids": [
        "1c84f4d1-6892-4323-b562-e8d4902f8032"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}