Information about plays

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

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

{
    "id": 355144,
    "uri": "https://api.kexp.org/v2/plays/355144/?format=api",
    "airdate": "2019-07-16T15:48:12-07:00",
    "show": 5921,
    "show_uri": "https://api.kexp.org/v2/shows/5921/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grow into a Ghost",
    "track_id": "58ddda75-2102-4997-83e2-a64eee3b1f27",
    "recording_id": null,
    "artist": "Swearin'",
    "artist_ids": [
        "5b62be91-b158-40a7-a51d-43b1a3b91ec3"
    ],
    "album": "Fall Into the Sun",
    "release_id": "d0d8b3c2-a255-40ea-a994-a633ee86ebf4",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}