Information about plays

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

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

{
    "id": 346636,
    "uri": "https://api.kexp.org/v2/plays/346636/?format=api",
    "airdate": "2019-06-26T18:20:58-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If You Need Me",
    "track_id": "78b40897-29dd-445a-9334-b86d11ba1dce",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "12 × 5",
    "release_id": "395562b0-2735-4006-909e-90d07941dc5f",
    "release_group_id": null,
    "labels": [
        "ABKCO"
    ],
    "label_ids": [],
    "release_date": "2013-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}