Information about plays

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

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

{
    "id": 347024,
    "uri": "https://api.kexp.org/v2/plays/347024/?format=api",
    "airdate": "2019-06-27T15:27:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "María también",
    "track_id": "f250ab83-bbd8-4f5e-abd1-fce4f9269935",
    "recording_id": null,
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "Con todo el mundo",
    "release_id": "c79c01e3-f9ed-4407-8dbd-a3853f087ff0",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2018-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Khruangbin will also be part of this year's Pickathon line-up August 2nd-4th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}