Information about plays

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

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

{
    "id": 531665,
    "uri": "https://api.kexp.org/v2/plays/531665/?format=api",
    "airdate": "2002-03-27T06:28:07-08:00",
    "show": 9205,
    "show_uri": "https://api.kexp.org/v2/shows/9205/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pennies on the Tongue",
    "track_id": "7157931d-a048-4ad9-930b-e724f51a80eb",
    "recording_id": null,
    "artist": "The No-No's",
    "artist_ids": [
        "1bdd526e-1bfc-48ac-8dec-e1754cd20149"
    ],
    "album": "Secret Luminaries",
    "release_id": "e974efe0-fe3e-4d23-a6b6-3a11c7662a26",
    "release_group_id": null,
    "labels": [
        "Chromosome"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}