Information about plays

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

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

{
    "id": 429932,
    "uri": "https://api.kexp.org/v2/plays/429932/?format=api",
    "airdate": "2001-05-31T10:26:15-07:00",
    "show": 7226,
    "show_uri": "https://api.kexp.org/v2/shows/7226/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31TT3PQ5K0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31TT3PQ5K0L._SL75_.jpg",
    "song": "Hate Me",
    "track_id": "9934da84-8e93-4aa4-879a-39acff130f1a",
    "recording_id": null,
    "artist": "Nerdy Girl",
    "artist_ids": [
        "0b28dfc7-5ad1-4131-8a36-b2de0b1d0e1f"
    ],
    "album": "Twist Her",
    "release_id": "7fa0307a-ac71-417d-ace7-c59c2ee9e194",
    "release_group_id": null,
    "labels": [
        "no life"
    ],
    "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"
}