Information about plays

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

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

{
    "id": 1395461,
    "uri": "https://api.kexp.org/v2/plays/1395461/?format=api",
    "airdate": "2008-07-09T09:08:00-07:00",
    "show": 24351,
    "show_uri": "https://api.kexp.org/v2/shows/24351/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QGZR0C3TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QGZR0C3TL._SL75_.jpg",
    "song": "I Want You Back",
    "track_id": null,
    "recording_id": null,
    "artist": "Jackson 5",
    "artist_ids": [
        "e5257dc5-1edd-4fca-b7e6-1158e00522c8"
    ],
    "album": "Greatest Hits",
    "release_id": "ad30aa4e-e9fe-427c-b2da-81d1f4d2e3a1",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}