Information about plays

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

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

{
    "id": 464980,
    "uri": "https://api.kexp.org/v2/plays/464980/?format=api",
    "airdate": "2001-09-11T02:56:50-07:00",
    "show": 7901,
    "show_uri": "https://api.kexp.org/v2/shows/7901/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BR1Dgf3iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BR1Dgf3iL._SL75_.jpg",
    "song": "Old School",
    "track_id": "d85db21e-e548-4a2e-8535-82d6351663e6",
    "recording_id": null,
    "artist": "Bran Van 3000",
    "artist_ids": [
        "0dd79a1d-021f-4159-8a7d-d9c107e52a9d"
    ],
    "album": "Glee",
    "release_id": "2adb1e73-7fcc-443c-a588-35c649ba90db",
    "release_group_id": null,
    "labels": [
        "Capitol/Audiogram"
    ],
    "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"
}