Information about plays

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

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

{
    "id": 516498,
    "uri": "https://api.kexp.org/v2/plays/516498/?format=api",
    "airdate": "2002-02-11T05:02:00-08:00",
    "show": 8911,
    "show_uri": "https://api.kexp.org/v2/shows/8911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Try To Capsize I",
    "track_id": "6798120c-b058-43a6-837c-f9b5162db4d7",
    "recording_id": null,
    "artist": "Lee “Scratch” Perry",
    "artist_ids": [
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2"
    ],
    "album": "Fire in Dub",
    "release_id": "e7de8574-00b3-4978-8983-136be9f63276",
    "release_group_id": null,
    "labels": [
        "Ras"
    ],
    "label_ids": [],
    "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"
}