Information about plays

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

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

{
    "id": 1322316,
    "uri": "https://api.kexp.org/v2/plays/1322316/?format=api",
    "airdate": "2008-01-04T17:23:56-08:00",
    "show": 23119,
    "show_uri": "https://api.kexp.org/v2/shows/23119/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51B6fOTAbgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51B6fOTAbgL._SL75_.jpg",
    "song": "Mundo Insólito (Toy Selectah / Control Machete remix)",
    "track_id": "440d6a62-18b7-4d25-8a54-3fd335036a73",
    "recording_id": null,
    "artist": "Up, Bustle & Out",
    "artist_ids": [
        "21576876-104b-401f-8607-0a9f0a190052"
    ],
    "album": "Mexican Sessions",
    "release_id": "5672ec04-7ecc-401e-8b81-98f785869d61",
    "release_group_id": null,
    "labels": [
        "Collison"
    ],
    "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"
}