Information about plays

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

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

{
    "id": 427203,
    "uri": "https://api.kexp.org/v2/plays/427203/?format=api",
    "airdate": "2001-05-23T09:48:45-07:00",
    "show": 7174,
    "show_uri": "https://api.kexp.org/v2/shows/7174/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410M3NG8SEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410M3NG8SEL._SL75_.jpg",
    "song": "California Floating in Space",
    "track_id": "4f6a4a2c-f6de-419c-9b9f-96ac6dcd4b7e",
    "recording_id": null,
    "artist": "Call and Response",
    "artist_ids": [
        "45cbdaf1-a925-43d1-85b1-082ab1a253c4"
    ],
    "album": "Call and Response",
    "release_id": "3f31d6da-e294-4bb4-90ba-80245bdf11eb",
    "release_group_id": null,
    "labels": [
        "Kindercore"
    ],
    "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"
}