Information about plays

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

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

{
    "id": 509445,
    "uri": "https://api.kexp.org/v2/plays/509445/?format=api",
    "airdate": "2002-01-21T20:54:32-08:00",
    "show": 8775,
    "show_uri": "https://api.kexp.org/v2/shows/8775/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417JKPCAFPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417JKPCAFPL._SL75_.jpg",
    "song": "Se te djon ye",
    "track_id": "10730771-ae28-4959-8965-3b30aa580181",
    "recording_id": null,
    "artist": "Amadou & Mariam",
    "artist_ids": [
        "1fb60b6c-0f4d-42b4-8a5e-de705ec76660"
    ],
    "album": "Se te djon ye",
    "release_id": "ae8270f7-5c53-4f05-99d7-490350df9527",
    "release_group_id": null,
    "labels": [
        "Sono (France)"
    ],
    "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"
}