Information about plays

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

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

{
    "id": 530206,
    "uri": "https://api.kexp.org/v2/plays/530206/?format=api",
    "airdate": "2002-03-23T02:26:16-08:00",
    "show": 9175,
    "show_uri": "https://api.kexp.org/v2/shows/9175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Ladies",
    "track_id": "59bb74a7-d388-4e54-a6f3-7c8ebfe1f545",
    "recording_id": null,
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Selections From the Sounds of Science",
    "release_id": "ce476348-f9c1-4b28-a3ea-73d2c8dae508",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}