Information about plays

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

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

{
    "id": 454546,
    "uri": "https://api.kexp.org/v2/plays/454546/?format=api",
    "airdate": "2001-08-11T11:47:08-07:00",
    "show": 7691,
    "show_uri": "https://api.kexp.org/v2/shows/7691/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sick and Tired",
    "track_id": "fa267c5c-7764-416c-bbdc-5dc1fcddcfda",
    "recording_id": null,
    "artist": "Neville Grant",
    "artist_ids": [
        "b5df41fe-a23b-40d9-a735-e0f98acb9dd6"
    ],
    "album": "Give Me Power: Lee Perry and Friends",
    "release_id": "15ac1662-ab35-4e1a-8455-eacbd394fbe6",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}