Information about plays

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

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

{
    "id": 347960,
    "uri": "https://api.kexp.org/v2/plays/347960/?format=api",
    "airdate": "2019-06-29T20:59:00-07:00",
    "show": 5798,
    "show_uri": "https://api.kexp.org/v2/shows/5798/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hard Action",
    "track_id": "464a9e9a-a434-3044-aba8-475e87da75bf",
    "recording_id": null,
    "artist": "Pure Hell",
    "artist_ids": [
        "6c8fc160-5d6d-4f81-99db-60f35316b695"
    ],
    "album": "Noise Addiction",
    "release_id": "a21e05d2-2ab8-48a4-b95d-a8eb0be515aa",
    "release_group_id": null,
    "labels": [
        "Welfare Records"
    ],
    "label_ids": [
        "83dc8c21-ecd8-4e3f-a697-cda0fe7de8fc"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}