Information about plays

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

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

{
    "id": 444715,
    "uri": "https://api.kexp.org/v2/plays/444715/?format=api",
    "airdate": "2001-07-13T11:09:13-07:00",
    "show": 7505,
    "show_uri": "https://api.kexp.org/v2/shows/7505/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/616NEX2dmcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/616NEX2dmcL._SL75_.jpg",
    "song": "Another State of Mind",
    "track_id": "1672f313-2c9e-4d78-aa61-cd0446ac6f46",
    "recording_id": null,
    "artist": "Social Distortion",
    "artist_ids": [
        "e1e05cce-3922-44e1-8f20-015abe5e309d"
    ],
    "album": "Mommy's Little Monster",
    "release_id": "1eefe717-e940-47eb-8ec9-f40607e06fa2",
    "release_group_id": null,
    "labels": [
        "13th Floor Records"
    ],
    "label_ids": [
        "95b57b0c-6f4b-46ea-91d4-8955350ff3ea"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}