Information about plays

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

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

{
    "id": 429409,
    "uri": "https://api.kexp.org/v2/plays/429409/?format=api",
    "airdate": "2001-05-29T23:51:25-07:00",
    "show": 7217,
    "show_uri": "https://api.kexp.org/v2/shows/7217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410N0RQA3KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410N0RQA3KL._SL75_.jpg",
    "song": "Freeloader",
    "track_id": "8400a9f8-bb02-410a-ab2f-f83f2092d723",
    "recording_id": null,
    "artist": "Throwing Muses",
    "artist_ids": [
        "b1b9d5cc-7975-43e5-960e-670583da7bc8"
    ],
    "album": "Limbo",
    "release_id": "2204c259-f1da-435a-b0d5-cd73945be892",
    "release_group_id": null,
    "labels": [
        "Throwing Music/Ryko"
    ],
    "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"
}