Information about plays

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

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

{
    "id": 461763,
    "uri": "https://api.kexp.org/v2/plays/461763/?format=api",
    "airdate": "2001-09-01T09:49:05-07:00",
    "show": 7838,
    "show_uri": "https://api.kexp.org/v2/shows/7838/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flames of the Dragon",
    "track_id": "e1e9e7aa-1c95-433a-8e41-78b74916b39d",
    "recording_id": null,
    "artist": "Lee “Scratch” Perry",
    "artist_ids": [
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2"
    ],
    "album": "Kung Fu Meets the Dragon",
    "release_id": "59371890-1cda-4ca6-bcf9-752aefa09eb2",
    "release_group_id": null,
    "labels": [
        "Justice League"
    ],
    "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"
}