Information about plays

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

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

{
    "id": 530365,
    "uri": "https://api.kexp.org/v2/plays/530365/?format=api",
    "airdate": "2002-03-23T14:08:20-08:00",
    "show": 9178,
    "show_uri": "https://api.kexp.org/v2/shows/9178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lovers Of Today",
    "track_id": null,
    "recording_id": null,
    "artist": "The Only Ones",
    "artist_ids": [
        "812dca85-2b55-4015-a92e-1182251bc621"
    ],
    "album": "The Peel Sessions Album",
    "release_id": "84e7d264-f6c9-42d6-9b36-deb6e85c0e25",
    "release_group_id": null,
    "labels": [
        "Dutch East India Trading"
    ],
    "label_ids": [
        "00ce3a2a-fe8c-4522-8e0e-09292a147c0a"
    ],
    "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"
}