Information about plays

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

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

{
    "id": 470134,
    "uri": "https://api.kexp.org/v2/plays/470134/?format=api",
    "airdate": "2001-09-26T10:48:00-07:00",
    "show": 8003,
    "show_uri": "https://api.kexp.org/v2/shows/8003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418sRY8KORL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418sRY8KORL._SL75_.jpg",
    "song": "(Make Me A) Feelin' Man",
    "track_id": "23332f0c-dcba-4b3c-a8da-e0a57e7a8123",
    "recording_id": null,
    "artist": "The Make-Up",
    "artist_ids": [
        "26cad87d-5be0-467f-955f-b3ccecce007a"
    ],
    "album": "Save Yourself",
    "release_id": "e8aa0761-ed40-41c9-99a7-38783d8cfc09",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1999-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}