Information about plays

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

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

{
    "id": 501652,
    "uri": "https://api.kexp.org/v2/plays/501652/?format=api",
    "airdate": "2001-12-29T11:37:30-08:00",
    "show": 8614,
    "show_uri": "https://api.kexp.org/v2/shows/8614/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cloning Process",
    "track_id": null,
    "recording_id": null,
    "artist": "Scientist",
    "artist_ids": [
        "90d63976-5e70-4c73-a500-eb67997d6ed2"
    ],
    "album": "Space Invaders LP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Thompson Sound"
    ],
    "label_ids": [
        "1942a25b-c92d-4cf9-a066-0e2e50017094"
    ],
    "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"
}