Information about plays

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

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

{
    "id": 1283821,
    "uri": "https://api.kexp.org/v2/plays/1283821/?format=api",
    "airdate": "2007-09-26T15:29:10-07:00",
    "show": 22465,
    "show_uri": "https://api.kexp.org/v2/shows/22465/?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": "Cumbion Mountain",
    "track_id": null,
    "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"
}