Information about plays

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

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

{
    "id": 429897,
    "uri": "https://api.kexp.org/v2/plays/429897/?format=api",
    "airdate": "2001-05-31T08:22:30-07:00",
    "show": 7225,
    "show_uri": "https://api.kexp.org/v2/shows/7225/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21071T3YH1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21071T3YH1L._SL75_.jpg",
    "song": "The People",
    "track_id": null,
    "recording_id": null,
    "artist": "Th' Faith Healers",
    "artist_ids": [
        "d9c7e489-54c0-413b-b7a5-4af14a2fd305"
    ],
    "album": "Imaginary Friend",
    "release_id": "f4bb9559-fabb-4e5e-a27d-9103249837f2",
    "release_group_id": null,
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "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"
}