Information about plays

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

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

{
    "id": 422030,
    "uri": "https://api.kexp.org/v2/plays/422030/?format=api",
    "airdate": "2001-05-07T12:25:42-07:00",
    "show": 7071,
    "show_uri": "https://api.kexp.org/v2/shows/7071/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410ACTNJMML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410ACTNJMML._SL75_.jpg",
    "song": "Breakbeat Era",
    "track_id": "00500691-8103-4292-b917-6b1087cddd87",
    "recording_id": null,
    "artist": "Breakbeat Era",
    "artist_ids": [
        "cb4fa3f4-b383-4b0d-967d-b8e8c5d82998"
    ],
    "album": "Ultra-Obscene",
    "release_id": "1224422c-8301-4473-9002-e23eea9a9f11",
    "release_group_id": null,
    "labels": [
        "XL/A&M"
    ],
    "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"
}