Information about plays

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

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

{
    "id": 424125,
    "uri": "https://api.kexp.org/v2/plays/424125/?format=api",
    "airdate": "2001-05-13T20:55:42-07:00",
    "show": 7113,
    "show_uri": "https://api.kexp.org/v2/shows/7113/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11X9WVSQB6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11X9WVSQB6L._SL75_.jpg",
    "song": "Solarize",
    "track_id": "9e06184a-919a-4dad-b8f7-6a40ef50ce21",
    "recording_id": null,
    "artist": "J Majik",
    "artist_ids": [
        "f318b2c0-78f5-4795-91a3-0fcbc4bb782c"
    ],
    "album": "Drum 'n' Bass Mix",
    "release_id": "b1f58a50-796f-46e8-8ffc-149b7471b9e7",
    "release_group_id": null,
    "labels": [
        "Infra Red"
    ],
    "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"
}